Browse Source

预案演练优秀案例查询bug处理

jingyuanchao 2 years ago
parent
commit
c8c6aef540

+ 1 - 2
soc-modules/soc-modules-core/src/main/resources/mapper/drill/CoreDrillTaskMapper.xml

@@ -244,7 +244,7 @@
 
     <select id="selectRecTaskListPage" resultType="com.xunmei.common.core.domain.drill.vo.CoreDrillTaskRecTaskPageVo">
         select id,org_name,drill_time,type from core_drill_task t
-        <where>
+       where drill_time is not null
             <include refid="recTaskListPage"/>
 
 
@@ -269,7 +269,6 @@
             )
             )
         </if>
-        </where>
     </select>
 
     <update id="updateStatusById">