优化项
This commit is contained in:
parent
418ec4a863
commit
6b6ae15cb1
@ -77,7 +77,7 @@ public class FyPayController {
|
||||
public void updateOrderStatus(String orderNo,String type){
|
||||
if ("1".equals(type)) {
|
||||
orderService.updateOrderStatus(orderNo,"paid");
|
||||
}else if ("积分订单".equals(type)) {
|
||||
}else if ("4".equals(type)) {
|
||||
integralOrdersService.editPayStatus(orderNo,"paid",-1);
|
||||
integralOrdersService.checkTheStatusOfYourPaymentByIntegral(orderNo);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user