|
|
@@ -109,10 +109,10 @@
|
|
|
</otherwise>
|
|
|
</choose>
|
|
|
<if test="info.areaName != null and info.areaName != ''">
|
|
|
- and a.area_name = concat("%",#{info.areaName},"%")
|
|
|
+ and a.area_name like concat("%",#{info.areaName},"%")
|
|
|
</if>
|
|
|
<if test="info.code != null and info.code != ''">
|
|
|
- and a.code = concat("%",#{info.code},"%")
|
|
|
+ and a.code like concat("%",#{info.code},"%")
|
|
|
</if>
|
|
|
<if test="info.enable != null and info.enable != ''">
|
|
|
and a.enable = #{info.enable}
|