|
|
@@ -1263,6 +1263,7 @@ handlingProportion,
|
|
|
insPlyIncome.setAllFeeValue(bigDecimal);
|
|
|
insPlyIncome.setUpdateUserId(BaseController.getUser().getId());
|
|
|
insPlyIncome.setNoSuperviseCostsProportion(insPlyIncomeVo.getNoSuperviseCostsProportion());
|
|
|
+ insPlyIncome.setAgreementId(insPlyIncomeVo.getAgreementId());
|
|
|
baseMapper.updateById(insPlyIncome);
|
|
|
|
|
|
InsPlyIncomeLog insPlyIncomeLog = new InsPlyIncomeLog();
|