薪资核算结果、线下对比下载导入模板优化
This commit is contained in:
parent
929bcc7877
commit
559ba88e9f
|
|
@ -675,7 +675,7 @@ public class SalaryAcctExcelServiceImpl extends Service implements SalaryAcctExc
|
|||
// excel导出的数据
|
||||
List<List<Object>> rows = new ArrayList<>();
|
||||
rows.add(headerList);
|
||||
if (param.getImportType() != null && param.getImportType().equals("1")) {
|
||||
if (param.getImportType() != null && param.getImportType().equals("true")) {
|
||||
// 需要导出现有数据,查询薪资核算结果
|
||||
List<Map<String, Object>> resultMapList = getSalaryAcctResultService(user).listByParam(param);
|
||||
for (Map<String, Object> map : resultMapList) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue