瀏覽代碼

erp售后流程

xdd 4 周之前
父節點
當前提交
093783e7f8

+ 1 - 1
fs-service/src/main/java/com/fs/hisStore/service/impl/FsStoreOrderScrmServiceImpl.java

@@ -2032,7 +2032,7 @@ public class FsStoreOrderScrmServiceImpl implements IFsStoreOrderScrmService {
             if(ObjectUtils.equals(order.getStatus(),2)){
                 FsStoreAfterSalesParam fsStoreAfterSalesParam = new FsStoreAfterSalesParam();
                 fsStoreAfterSalesParam.setOrderCode(order.getOrderCode());
-                fsStoreAfterSalesParam.setRefundAmount(order.getRefundMoney());
+                fsStoreAfterSalesParam.setRefundAmount(order.getPayMoney());
                 fsStoreAfterSalesParam.setServiceType(1);
                 fsStoreAfterSalesParam.setReasons("后台手动退款流程");
                 fsStoreAfterSalesParam.setExplainImg(null);