薪资核算结果、线下对比下载导入模板优化

This commit is contained in:
Harryxzy 2023-12-12 10:32:04 +08:00
parent 929bcc7877
commit 559ba88e9f
1 changed files with 1 additions and 1 deletions

View File

@ -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) {