|
@@ -46,6 +46,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<where>
|
|
|
<if test="name != null and name != ''"> and name like concat('%', #{name}, '%')</if>
|
|
|
<if test="areaCode != null and areaCode != ''"> and area_code = #{areaCode}</if>
|
|
|
+ <if test="pxcx != null and pxcx != ''"> and pxcx like concat('%', #{pxcx}, '%')</if>
|
|
|
</where>
|
|
|
|
|
|
<if test="orderName!=null and orderType!=null">
|