Sfoglia il codice sorgente

修复 系统人员查询

魏熙美 6 anni fa
parent
commit
6043b8fbe0

+ 1
- 1
src/main/java/com.huiju.welcome/controller/SysUserController.java Vedi File

@@ -159,7 +159,7 @@ public class SysUserController extends BaseController {
159 159
             queryWrapper.eq("phone", phone);
160 160
         }
161 161
 
162
-        if (null != identity ) {
162
+        if (null != identity &&  !"-1".equals(identity)) {
163 163
             queryWrapper.eq("user_identity", identity);
164 164
         }
165 165