浏览代码

仓库报表

3254194295 2 年之前
父节点
当前提交
28ac3e91d2

+ 1 - 1
platform-common/src/main/java/com/platform/common/model/UserInfo.java

@@ -171,4 +171,4 @@ public class UserInfo implements Serializable {
 
     private Boolean workFlag;
     private String email;
-}
+}

+ 0 - 1
platform-dao/src/main/resources/mapper/repair/RepairApplicationFormMapper.xml

@@ -339,7 +339,6 @@
             resultType="int">
         select count(*) from t_repair_application_form
         <where>
-            and repair_user_id=#{repairUserId}
             <if test="statusList != null and statusList.size > 0">
                 AND status in
                 <foreach item="item" index="index" collection="statusList" open="(" close=")" separator=",">

+ 2 - 0
platform-rest/src/main/java/com/platform/rest/controller/workplace/WorkplaceBacklogController.java

@@ -1,7 +1,9 @@
 package com.platform.rest.controller.workplace;
 
 import com.platform.common.bean.AbstractPageResultBean;
+import com.platform.common.model.UserInfo;
 import com.platform.common.util.R;
+import com.platform.common.util.SecurityUtils;
 import com.platform.dao.bean.MyVOPage;
 import com.platform.dao.dto.workplace.WorkplaceBacklogDTO;
 import com.platform.dao.dto.workplace.WorkplaceBacklogUserDTO;