Commit ba933b12 by 徐高华

Merge branch 'feature/获取用户敏感信息' into 'developer'

激活账号

See merge request !871
parents baff943d c709e3c6
...@@ -166,7 +166,7 @@ public class StaffServiceImpl implements StaffService { ...@@ -166,7 +166,7 @@ public class StaffServiceImpl implements StaffService {
public int updateActiveStatusById(String staffId, String activeCode, Date activeTime, Date expireTime, public int updateActiveStatusById(String staffId, String activeCode, Date activeTime, Date expireTime,
Date activeDoTime, Integer activeStatus) { Date activeDoTime, Integer activeStatus) {
return mapper.updateActiveStatusById(activeStatus,staffId); return mapper.updateActiveStatusById(staffId, activeCode, activeTime, expireTime, activeDoTime, activeStatus) ;
} }
@Override @Override
......
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