소스 검색

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

ZhaoMn 3 년 전
부모
커밋
8923bb938c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      railway-business/src/main/resources/mapper/safetool/SecExperimentMapper.xml

+ 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>