修改退款逻辑
This commit is contained in:
@@ -1718,7 +1718,7 @@ public class MerchantOrderServiceImpl extends ServiceImpl<MerchantOrderMapper, M
|
||||
refundOrder.convert(order, resultMap,channel.getMerchantId(),amount,mercRefundNo,notifyUrl);
|
||||
order.setId(null);
|
||||
order.setUpdateTime(new Date());
|
||||
if(order.getRefundType()==2){
|
||||
if(order.getRefundType()==1){
|
||||
order.setStatus("2");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user