Commit 53e80d45 authored by huyuchen's avatar huyuchen

明细接口改造

parent f1377e03
......@@ -771,7 +771,7 @@ public class TSalaryStandardServiceImpl extends ServiceImpl<TSalaryStandardMappe
//预估
socialParam.setYgFlag(CommonConstants.ONE_STRING);
//创建人姓名
socialParam.setFd_3b438e33f37378(account.getFd_3adfedfb5a68a2());
socialParam.setFd_3b438e33f37378(account.getFd_3c3e5ff65115a2());
socialPushList.add(socialParam);
}
......@@ -846,7 +846,7 @@ public class TSalaryStandardServiceImpl extends ServiceImpl<TSalaryStandardMappe
// 薪酬申请编号
socialParam.setFd_3b3cabde83d1d0(s.getApplyNo() == null ? "" : s.getApplyNo());
//创建人姓名
socialParam.setFd_3b43922217c6f8(account.getFd_3adfedfb5a68a2());
socialParam.setFd_3b43922217c6f8(account.getFd_3c3e5ff65115a2());
fundPushList.add(socialParam);
}
......
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