Commit a011495d authored by tangwei's avatar tangwei

修改bug

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