Commit 54abfff3 authored by hongguangwu's avatar hongguangwu

继续优化薪资导入-合并为1步

parent 319c2a0a
......@@ -173,7 +173,8 @@ public class SalaryUploadServiceImpl extends ServiceImpl<TSalaryStandardMapper,
return R.failed(returnVo);
} else {
if (null != saList && !saList.isEmpty()) {
return R.ok(saList);
// return R.ok(saList)
return this.saveAndSubmit(saList);
} else {
return R.failed("导入数据不可为空");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment