Эх сурвалжийг харах

1.掌柜财务应收 批量调整 跟单

wuhp 1 жил өмнө
parent
commit
57e12be08e

+ 2 - 2
src/main/java/com/ydtech/modules/fnc/service/impl/InsPlyIncomeServiceImpl.java

@@ -2853,8 +2853,8 @@ public class InsPlyIncomeServiceImpl extends ServiceImpl<InsPlyIncomeMapper, Ins
                 insPlyIncomeLog.setIncomeId(item.getId());
                 insPlyIncomeLogService.saveLog(insPlyIncomeLog);  //添加日志
 
-//                item.setOtherFeevalue(this.calculateTotal(item.getJqOtherCostsPremium(), item.getSyOtherCostsPremium(), null));
-//                item.setOtherFeerate(this.calculateTotal(item.getJqOtherCostsProportion(), item.getSyOtherCostsProportion(), null));
+                item.setOtherFeevalue(this.calculateTotal(item.getJqOtherCostsPremium(), item.getSyOtherCostsPremium(), null));
+                item.setOtherFeerate(this.calculateTotal(item.getJqOtherCostsProportion(), item.getSyOtherCostsProportion(), null));
                 item.setAllFeeValue(this.calculateTotal(item.getJqOtherCostsPremium(), item.getSyOtherCostsPremium(), null));
                 item.setUpdateUserId(BaseController.getUser().getId());
                 item.setUpdateUserName(BaseController.getUser().getName());