增加价格排序
This commit is contained in:
parent
9e299504b1
commit
6770536966
|
@ -164,7 +164,7 @@ func OrderRefundService(userId int, orderId int) (code int) {
|
||||||
if err != nil || !has {
|
if err != nil || !has {
|
||||||
return errorcode.NotFound
|
return errorcode.NotFound
|
||||||
}
|
}
|
||||||
if order.State != common.ORDER_STATUS_FINISH {
|
if order.State != common.ORDER_STATUS_FAIL {
|
||||||
return errorcode.OrderNOTAuthREFUND
|
return errorcode.OrderNOTAuthREFUND
|
||||||
}
|
}
|
||||||
code, response := YouChuOrderRefund(order)
|
code, response := YouChuOrderRefund(order)
|
||||||
|
|
Loading…
Reference in New Issue