Commit f073cc23 authored by 李松's avatar 李松

修改bug

parent f7b207b1
......@@ -12,4 +12,4 @@ FROM `wl_equipment_specific` wes
INNER JOIN wl_equipment we ON wes.equipment_code = we.code
LEFT JOIN wl_equipment_detail wed ON wes.equipment_detail_id = wed.id
LEFT JOIN wl_warehouse_structure wws ON wes.warehouse_structure_id = wws.id
WHERE we.CODE LIKE '3%')temp
\ No newline at end of file
WHERE we.CODE LIKE '3%' or we.CODE ='1106000023R44' )temp
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment