Commit fa86da2e by huluobin

update

parent 441dec4f
...@@ -147,7 +147,7 @@ public abstract class AbstractCostService implements CostService { ...@@ -147,7 +147,7 @@ public abstract class AbstractCostService implements CostService {
CostCompanyDomain costCompany = costCompanyDao.selectByNo(costDomain.getCompanyNo()); CostCompanyDomain costCompany = costCompanyDao.selectByNo(costDomain.getCompanyNo());
Integer currentUserId = SessionUtils.getCurrentUserId(); Integer currentUserId = SessionUtils.getCurrentUserId();
OaUser costUser = oaUserMapper.selectByOaUserId(currentUserId); OaUser costUser = oaUserMapper.selectByOaUserId(costDomain.getCreateUserid());
if (currentUserId == null) { if (currentUserId == null) {
costDomain.setCanAudit(false); costDomain.setCanAudit(false);
......
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