Commit dd98bb52 by yaosai

bugfix-删除导购逻辑调整

parent adbccc8d
......@@ -122,6 +122,9 @@ public class StaffServiceImpl implements StaffService {
@Override
public void delOtherStaff(String staffId, String wxEnterpriseId, String wxUserId) {
if (StringUtils.isEmpty(staffId)){
return;
}
mapper.delOtherStaff(staffId, wxEnterpriseId, wxUserId);
}
......
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