取消注释
This commit is contained in:
parent
7b0648cc68
commit
f881fa2766
|
|
@ -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