优化项

This commit is contained in:
cun-nan 2024-01-09 11:27:55 +08:00
parent 418ec4a863
commit 6b6ae15cb1

View File

@ -77,7 +77,7 @@ public class FyPayController {
public void updateOrderStatus(String orderNo,String type){ public void updateOrderStatus(String orderNo,String type){
if ("1".equals(type)) { if ("1".equals(type)) {
orderService.updateOrderStatus(orderNo,"paid"); orderService.updateOrderStatus(orderNo,"paid");
}else if ("积分订单".equals(type)) { }else if ("4".equals(type)) {
integralOrdersService.editPayStatus(orderNo,"paid",-1); integralOrdersService.editPayStatus(orderNo,"paid",-1);
integralOrdersService.checkTheStatusOfYourPaymentByIntegral(orderNo); integralOrdersService.checkTheStatusOfYourPaymentByIntegral(orderNo);