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