Browse Source

【CHG】修改实验详情查询条件

ZhaoMn 3 years ago
parent
commit
8923bb938c

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

@@ -70,7 +70,7 @@
     left join sys_dept d1 on s.dept_id = d1.dept_id
     left join sys_dept d2 on s.lab_id = d2.dept_id
     left join sys_dict_data d3 on d3.dict_type = 'tool_type' and d3.dict_value = t.tool_type
-    WHERE s.del_flag = '0' and t.del_flag = '0' and t.state = '1'
+    WHERE s.del_flag = '0' and t.del_flag = '0'
     and s.id=#{id}
   </select>