浏览代码

【CHG】修改数据筛选条件

ZhaoMn 3 年之前
父节点
当前提交
071f141e6f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      railway-business/src/main/resources/mapper/safetool/BaseSafetyToolMapper.xml

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