From cf28c25d1a8e360ab328c5435d289c5cb9b414c1 Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期六, 25 十一月 2023 21:06:34 +0800 Subject: [PATCH] 11.26 --- cloud-server-other/src/main/java/com/dsh/other/service/impl/TOperatorUserServiceImpl.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/service/impl/TOperatorUserServiceImpl.java b/cloud-server-other/src/main/java/com/dsh/other/service/impl/TOperatorUserServiceImpl.java index a24ddee..4c64f81 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/service/impl/TOperatorUserServiceImpl.java +++ b/cloud-server-other/src/main/java/com/dsh/other/service/impl/TOperatorUserServiceImpl.java @@ -24,6 +24,6 @@ @Override public List<Map<String, Object>> listAll(Page<Map<String, Object>> page, String province, String city, String userName, String phone, Integer platform, Integer type, Integer state) { - return this.baseMapper.listAll(page,province,city,userName,phone,platform,type,state); + return this.baseMapper.listAll(page, province, city, userName, phone, platform, type, state); } } -- Gitblit v1.7.1