Commit 2dfe3187 authored by KeYong's avatar KeYong

修改预案名称查询bug

parent a6cdf7d6
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
left join f_preplan_picture as fpp on fpp.equipment_id = cpe.fire_equipment_id and fpp.`type` =5 left join f_preplan_picture as fpp on fpp.equipment_id = cpe.fire_equipment_id and fpp.`type` =5
<where> <where>
<if test="planName != null and planName.length > 0"> <if test="planName != null and planName.length > 0">
AND cpd.plan_name LIKE concat('%', #{cpd.planName}, '%') AND cpd.plan_name LIKE concat('%', #{planName}, '%')
</if> </if>
<if test="classifyId != null and classifyId.size > 0"> <if test="classifyId != null and classifyId.size > 0">
AND cpd.classify_id IN AND cpd.classify_id IN
......
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