fix港湾bug
This commit is contained in:
parent
0d7ee6c72d
commit
4f4b756efc
|
|
@ -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>>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue