Commit c709e3c6 by 徐高华

激活账号

parent 81ced8a8
...@@ -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