Sfoglia il codice sorgente

【CHG】修改实验记录列表查询条件

ZhaoMn 3 anni fa
parent
commit
dc0fa24f35

+ 3 - 0
railway-business/src/main/resources/mapper/safetool/SecExperimentMapper.xml

@@ -175,6 +175,9 @@
       <if test="scheduledTime!=null and scheduledTime!=''">
         and e.scheduled_time =#{scheduledTime}
       </if>
+      <if test="state!=null and state!=''">
+        and e.state=#{state}
+      </if>
     </where>
     order by e.end_time
     <if test="isAsc!=null and isAsc!=''">