wangzhuo 1 년 전
부모
커밋
054f97d752
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      ruoyi-warehouse/src/main/java/com/ruoyi/warehouseBusiness/service/impl/FInvoicePaymentServiceImpl.java

+ 5 - 5
ruoyi-warehouse/src/main/java/com/ruoyi/warehouseBusiness/service/impl/FInvoicePaymentServiceImpl.java

@@ -229,11 +229,11 @@ public class FInvoicePaymentServiceImpl implements IFInvoicePaymentService {
             fInvoicePaymentDetail.setCreateTime(nowDate);
             fInvoicePaymentDetail.setId(null);
             fInvoicePaymentDetailMapper.insertFInvoicePaymentDetail(fInvoicePaymentDetail);
-            tInvoiceMapper.updateProceedsById(
-                    fInvoicePaymentDetail.getInvoiceId(),
-                    fInvoicePaymentDetail.getProceeds(),
-                    SecurityUtils.getUsername(),
-                    nowDate);
+//            tInvoiceMapper.updateProceedsById(
+//                    fInvoicePaymentDetail.getInvoiceId(),
+//                    fInvoicePaymentDetail.getProceeds(),
+//                    SecurityUtils.getUsername(),
+//                    nowDate);
         }
 
         return fInvoicePayment;