|
@@ -224,11 +224,11 @@ public class InsFeeAuditServiceImpl extends ServiceImpl<InsFeeAuditMapper, InsFe
|
|
|
sysDeptAccountService.updateById(levelSysDeptAccount);
|
|
sysDeptAccountService.updateById(levelSysDeptAccount);
|
|
|
} else {
|
|
} else {
|
|
|
// 如果机构信息为空,新建机构信息并记录历史
|
|
// 如果机构信息为空,新建机构信息并记录历史
|
|
|
- SysDeptAccount sysDeptAccount = new SysDeptAccount();
|
|
|
|
|
- sysDeptAccount.setDeptId(levelDeptId);
|
|
|
|
|
- sysDeptAccount.setManagementFee(sumManagementFee);
|
|
|
|
|
- sysDeptAccount.setCreateTime(new Date());
|
|
|
|
|
- sysDeptAccountService.save(sysDeptAccount);
|
|
|
|
|
|
|
+ levelSysDeptAccount = new SysDeptAccount();
|
|
|
|
|
+ levelSysDeptAccount.setDeptId(levelDeptId);
|
|
|
|
|
+ levelSysDeptAccount.setManagementFee(sumManagementFee);
|
|
|
|
|
+ levelSysDeptAccount.setCreateTime(new Date());
|
|
|
|
|
+ sysDeptAccountService.save(levelSysDeptAccount);
|
|
|
}
|
|
}
|
|
|
// 记录历史信息
|
|
// 记录历史信息
|
|
|
// 拼接备注
|
|
// 拼接备注
|