|
@@ -898,7 +898,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
fs_store_scrm ss
|
|
fs_store_scrm ss
|
|
|
<where>
|
|
<where>
|
|
|
<if test="storeName != null and storeName != ''"> and store_name like concat('%', #{storeName}, '%')</if>
|
|
<if test="storeName != null and storeName != ''"> and store_name like concat('%', #{storeName}, '%')</if>
|
|
|
- <if test="address != null and address != ''"> and address like concat('%', #{address}, '%')</if>
|
|
|
|
|
|
|
+ <if test="address != null and address != ''"> and enterprise_address like concat('%', #{address}, '%')</if>
|
|
|
<if test="phone != null and phone != ''"> and phone = #{phone}</if>
|
|
<if test="phone != null and phone != ''"> and phone = #{phone}</if>
|
|
|
<if test="status != null "> and status = #{status}</if>
|
|
<if test="status != null "> and status = #{status}</if>
|
|
|
<if test="isAudit != null "> and is_audit = #{isAudit}</if>
|
|
<if test="isAudit != null "> and is_audit = #{isAudit}</if>
|