浏览代码

离行设备数据未能获取到

zhulu 1 年之前
父节点
当前提交
0114339b8d
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      soc-modules/soc-modules-core/src/main/resources/mapper/board/AppCockpitMapper.xml

+ 2 - 3
soc-modules/soc-modules-core/src/main/resources/mapper/board/AppCockpitMapper.xml

@@ -164,9 +164,8 @@
         WHERE o.deleted = 0
           and o.is_lock = 0
           and o.path like concat(#{orgPath}, '%')
---           AND (o.type = 4
---             OR o.type = 5)
-        and o.type = 4
+           AND (o.type = 4 OR o.type = 5)
+<!--        and o.type = 4-->
     </select>
     <select id="selectSyntheticResumption" resultType="com.xunmei.core.board.dto.app.AppSyntheticTaskCategoryDto">
         SELECT p.plan_type,