소스 검색

erp售后流程

xdd 4 주 전
부모
커밋
093783e7f8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      fs-service/src/main/java/com/fs/hisStore/service/impl/FsStoreOrderScrmServiceImpl.java

+ 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);