Merge remote-tracking branch 'origin/release/2.8.3.2306.01' into release/2.8.3.2306.01
This commit is contained in:
commit
849ea1e2d0
|
|
@ -245,6 +245,7 @@ public class SalaryStatisticsReportWrapper extends Service {
|
|||
resultMap.put("columns", weaTableColumns);
|
||||
resultMap.put("pageInfo", page);
|
||||
resultMap.put("countResult", countResultMap);
|
||||
resultMap.put("reportId", param.getId());
|
||||
return resultMap;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -101,12 +101,6 @@ public class SalaryAcctResultWrapper extends Service {
|
|||
datas.put("pageInfo", page);
|
||||
datas.put("columns", columns);
|
||||
|
||||
// //合计
|
||||
// SalarySysConfPO openSum = getSalarySysConfService(user).getOneByCode(OPEN_ACCT_RESULT_SUM);
|
||||
// if (openSum != null && StringUtils.isNotBlank(openSum.getConfValue()) && OpenEnum.parseByValue(openSum.getConfValue()) == OpenEnum.OPEN) {
|
||||
// Map<String, Object> sumRow = getSalaryAcctResultService(user).sumRow(queryParam);
|
||||
// datas.put("sumRow", sumRow);
|
||||
// }
|
||||
return datas;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue