فهرست منبع

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