master:档口调优;

pull/1121/head
liujiang 2025-08-08 12:15:35 +08:00
parent 6f34e3c3cd
commit 2e012cbf12
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
FROM
store s JOIN sys_user u ON s.user_id = u.user_id
<if test="storeName != null and storeName != ''"> and s.store_name like concat('%', #{storeName}, '%')</if>
<if test="delFlag != null and delFlag != ''"> and s.delFlag = #{delFlag}</if>
<if test="delFlag != null and delFlag != ''"> and s.del_flag = #{delFlag}</if>
<if test="storeStatus != null and storeStatus != ''"> and s.store_status = #{storeStatus}</if>
</select>