wangzhuo 1 tahun lalu
induk
melakukan
054f97d752

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