|
@@ -616,6 +616,7 @@ public class AdminUserLogic {
|
|
|
.orderByDesc(AdminUser::getCompanyWechatId)
|
|
|
.orderByAsc(AdminUser::getCreateTime)
|
|
|
.page(new Page<>(pageNum, pageSize));
|
|
|
+ log.info("查询账户管理 {}", page);
|
|
|
|
|
|
if (CollectionUtil.isNotEmpty(page.getRecords())) {
|
|
|
for (AdminUser record : page.getRecords()) {
|