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