소스 검색

离行设备数据未能获取到

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,