|
|
@ -76,7 +76,7 @@ public class SysPostUserServiceImpl extends ServiceImpl<SysPostUserMapper,SysPos |
|
|
|
if(CollectionUtil.isNotEmpty(postUserList)){ |
|
|
|
for (SysPostUser postUser : postUserList) { |
|
|
|
postUser.setPathIds(postUser.getPathIds().replace(orgPathIds,newPathIds)); |
|
|
|
postUser.setPostName(postUser.getPathNames().replace(orgPathNames,newPathNames)); |
|
|
|
// postUser.setPostName(postUser.getPathNames().replace(orgPathNames,newPathNames));
|
|
|
|
} |
|
|
|
this.updateBatchById(postUserList); |
|
|
|
} |
|
|
|