Sfoglia il codice sorgente

【CHG】修改数据筛选条件

ZhaoMn 3 anni fa
parent
commit
071f141e6f

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

@@ -463,7 +463,6 @@
     LEFT JOIN sys_dept d on t.dept_id = d.dept_id
     LEFT JOIN sys_dict_data dt1 ON (t.tool_type = dt1.dict_value AND dt1.dict_type = 'tool_type')
     LEFT JOIN sys_dict_data dt2 ON (t.test_cycle = dt2.dict_value AND dt2.dict_type = 'test_cycle')
-    FROM base_safety_tool t
     left join sec_experiment_tool t1 on t.tool_id = t1.tool_id
     <where>
       t.del_flag='0' and t1.exp_id=#{id}