Commit d6856969 authored by hongguangwu's avatar hongguangwu

优化

parent b04150f9
...@@ -862,7 +862,7 @@ public class TSalaryStandardServiceImpl extends ServiceImpl<TSalaryStandardMappe ...@@ -862,7 +862,7 @@ public class TSalaryStandardServiceImpl extends ServiceImpl<TSalaryStandardMappe
this.updateById(tSalaryStandard); this.updateById(tSalaryStandard);
// 异步-收入相关 // 异步-收入相关
doSalaryAsync.doIncomeDetail(dept, salaryAccountList, id, tSalaryStandard); doSalaryAsync.doIncomeDetail(dept, salaryAccountList, id, tSalaryStandard);
return R.ok("生成收入并推送中,请耐心等待30分钟!"); return R.ok(null, "生成收入并推送中,请耐心等待!");
} }
return R.failed("未获取到报账明细,请重试"); return R.failed("未获取到报账明细,请重试");
} else { } else {
......
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