Commit 414fd712 authored by cq990612's avatar cq990612

优化代码结构

parent f3c2f851
......@@ -282,7 +282,7 @@ public class WorkUserServiceImpl implements WorkUserService {
workCentreService.updateById(centre);
}
}
/* if (null != status && status == 0 && !CollectionUtils.isEmpty(roleIds)) {
/*if (null != status && status == 0 && !CollectionUtils.isEmpty(roleIds)) {
if (roleIds.size() == 1 && roleIds.get(0).equals(0)) {
}else{
......
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