Commit 4e4c0685 authored by huyuchen's avatar huyuchen

明细接口改造

parent a26cf442
...@@ -485,7 +485,7 @@ public class TSalaryStandardServiceImpl extends ServiceImpl<TSalaryStandardMappe ...@@ -485,7 +485,7 @@ public class TSalaryStandardServiceImpl extends ServiceImpl<TSalaryStandardMappe
//工资报账明细推送 //工资报账明细推送
if (!salaryPushList.isEmpty()) { if (!salaryPushList.isEmpty()) {
R<Boolean> info = ekpDaprUtil.pushSalaryInfoToEkp(salaryPushList); R<Boolean> info = ekpDaprUtil.pushSalaryInfoToEkp(salaryPushList);
if (Common.isEmpty(info) || Boolean.TRUE.equals(!info.getData())) { if (Common.isEmpty(info) || Common.isEmpty(info.getData())) {
sendStatus = false; sendStatus = false;
TSendEkpError error = new TSendEkpError(); TSendEkpError error = new TSendEkpError();
error.setCreateTime(new Date()); error.setCreateTime(new Date());
......
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