Commit 0d5e07a1 authored by 张森's avatar 张森

现场车辆查询问题处理

parent 0b634e39
...@@ -645,6 +645,7 @@ ...@@ -645,6 +645,7 @@
s.equipment_id = e.`id` s.equipment_id = e.`id`
and e.category_id = c.id and e.category_id = c.id
and s.biz_org_code <![CDATA[<>]]> '' and s.biz_org_code <![CDATA[<>]]> ''
and e.category_id IN ( SELECT id FROM wl_equipment_category WHERE LEFT ( code, 6 ) = '210101' )
GROUP BY s.biz_org_code ,c.code GROUP BY s.biz_org_code ,c.code
</select> </select>
......
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