|
|
@@ -208,6 +208,8 @@ public class InvAccountIncoiceServiceImpl extends ServiceImpl<InvAccountIncoiceM
|
|
|
invAccountOperate1.setFundUse(invAccountIncoice.getFundUse());
|
|
|
invAccountOperate1.setFundFen(invAccountIncoice.getFundFen());
|
|
|
invAccountOperate1.setInvoiceId(invAccountIncoice1.getInvoiceId());
|
|
|
+ invAccountOperate1.setOutProfit(outProfit);
|
|
|
+ invAccountOperate1.setEntProfit(entProfit);
|
|
|
invAccountOperateService.insert(invAccountOperate1);
|
|
|
}
|
|
|
|