Browse Source

no message

FengChaoYu 8 months ago
parent
commit
b4bbac150c

+ 1 - 1
mall-server-api/src/main/java/com/gree/mall/manager/logic/user/UserLogic.java

@@ -114,7 +114,7 @@ public class UserLogic {
      */
     public IPage<UserVO> page2(WorkerParamBean userZfireParamBean) {
         AdminUserCom adminUser = commonLogic.getAdminUser();
-        Boolean isWait = false;
+        boolean isWait = false;
         if (CollectionUtils.isNotEmpty(userZfireParamBean.getParams())) {
             final long count = userZfireParamBean.getParams().stream()
                     .filter(v -> v.getParam().equals("b.examine_status") && v.getValue().equals(ExamineStatusEnum.WAIT.getKey()))

+ 1 - 1
mall-server-api/src/main/resources/mapper/CommonMapper.xml

@@ -103,7 +103,7 @@
             </foreach>
         </if>
         and a.apply_type='WORKER'
-        <if test="isWait != null and isWait == true">
+        <if test="isWait != null and isWait == false">
             AND a.worker_number IS NOT NULL
         </if>
         <if test="ex.isGroupByWorkerId != null and ex.isGroupByWorkerId == true">