增加价格排序
This commit is contained in:
parent
a0b817d701
commit
b1b5d943a5
|
@ -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_PAY {
|
if order.State != common.ORDER_STATUS_FINISH {
|
||||||
return errorcode.OrderNOTAuthREFUND
|
return errorcode.OrderNOTAuthREFUND
|
||||||
}
|
}
|
||||||
code, response := YouChuOrderRefund(order)
|
code, response := YouChuOrderRefund(order)
|
||||||
|
|
Loading…
Reference in New Issue