Commit a011495d authored by tangwei's avatar tangwei

修改bug

parent 09b2705a
......@@ -322,13 +322,13 @@
AS type
FROM wl_equipment_category ec
left join wl_industry i on ec.industry_code = i.code
WHERE 1=1
<where>
<if test="type != null">
and left(ec.code,1) != '2'
and left(ec.code,4) !='9306'
and ec.industry_code = 2
</if>
</where>
</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