fix港湾bug

This commit is contained in:
Harryxzy 2024-07-24 13:47:10 +08:00
parent 0d7ee6c72d
commit 4f4b756efc
1 changed files with 1 additions and 1 deletions

View File

@ -1458,7 +1458,7 @@ public class SalaryAcctResultServiceImpl extends Service implements SalaryAcctRe
// 获取办公室费用其他关系对应的id
BaseBean baseBean = new BaseBean();
int bgsfySelectId = Integer.valueOf(baseBean.getPropValue("shgwSalaryReport", "fylx_bgsfy_select_id")).intValue();
int qtgxSelectId = Integer.valueOf(baseBean.getPropValue("shgwSalaryReport", "fylx_bgsfy_select_id")).intValue();
int qtgxSelectId = Integer.valueOf(baseBean.getPropValue("shgwSalaryReport", "fylx_qtgx_select_id")).intValue();
Map<Long, GwFylbDataDTO> gwFylbDataMap = SalaryEntityUtil.convert2Map(gwFylbDataDTOS, GwFylbDataDTO::getEmployeeId);
for (SalaryAcctEmployeePO salaryAcctEmployeePO : salaryAcctEmployeeList) {
Map<Integer, Map<String, String>> empFylbMap = new HashMap<Integer, Map<String, String>>();