|
|
@@ -103,7 +103,8 @@ public class UserLogic {
|
|
|
// }
|
|
|
|
|
|
userZfireParamBean.setCompanyWechatId("");
|
|
|
- ZfireParamBean zfireParamBean = FieldUtils.supplyParam(userZfireParamBean, UserVO.class, adminUser);
|
|
|
+ adminUser.getAdminCompanyWechat().setCompanyWechatId(null);
|
|
|
+ FieldUtils.supplyParam(userZfireParamBean, UserVO.class, adminUser);
|
|
|
|
|
|
IPage<UserVO> userVOIPage = commonMapper.userList(new Page(userZfireParamBean.getPageNum(), userZfireParamBean.getPageSize()), userZfireParamBean, null, isOK);
|
|
|
return userVOIPage;
|