Browse Source

fixed 重新发起支付问题

fushengqian 1 year ago
parent
commit
a0332053b4

+ 4 - 0
fuint-application/src/main/java/com/fuint/common/service/impl/OrderServiceImpl.java

@@ -1273,6 +1273,10 @@ public class OrderServiceImpl extends ServiceImpl<MtOrderMapper, MtOrder> implem
             mtOrder.setPayTime(orderDto.getPayTime());
             mtOrder.setPayTime(orderDto.getPayTime());
         }
         }
 
 
+        if (null != orderDto.getPayType()) {
+            mtOrder.setPayType(orderDto.getPayType());
+        }
+
         if (null != orderDto.getPayStatus()) {
         if (null != orderDto.getPayStatus()) {
             mtOrder.setPayStatus(orderDto.getPayStatus());
             mtOrder.setPayStatus(orderDto.getPayStatus());
         }
         }