瀏覽代碼

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

ZhaoMn 3 年之前
父節點
當前提交
dc0fa24f35
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      railway-business/src/main/resources/mapper/safetool/SecExperimentMapper.xml

+ 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!=''">