Commit 56d68df1 by fudahua

secret设置失败 超级管理员wxUserId 去掉

parent f4b78838
...@@ -49,9 +49,9 @@ public class StaffServiceImpl implements StaffService { ...@@ -49,9 +49,9 @@ public class StaffServiceImpl implements StaffService {
tab.setStaffId(StringUtil.randomUUID()); tab.setStaffId(StringUtil.randomUUID());
} }
tab.setStatusFlag(1); tab.setStatusFlag(1);
if(StringUtils.isBlank(tab.getWxUserId())){ // if(StringUtils.isBlank(tab.getWxUserId())){
tab.setWxUserId(tab.getStaffId()); // tab.setWxUserId(tab.getStaffId());
} // }
mapper.insertSelective(tab); mapper.insertSelective(tab);
return tab.getStaffId(); return tab.getStaffId();
} }
......
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