分区卡座合并
This commit is contained in:
parent
bd64b0f69d
commit
34c0fc368f
|
@ -52,7 +52,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="query.picture != null and query.picture != ''"> and bb.picture = #{query.picture}</if>
|
||||
<if test="query.partName != null and query.partName != ''"> and bp.part_name like concat('%', #{query.partName}, '%') </if>
|
||||
<if test="query.time != null"> and bb.expired_time >= #{query.time} </if>
|
||||
<if test="query.partParentId != null"> and bp_parent.part_id = #{query.partParentId} OR bp.part_id = #{query.partParentId} </if>
|
||||
<if test="query.partParentId != null"> or bp_parent.part_id = #{query.partParentId} </if>
|
||||
<if test="query.storeName != null and query.storeName != ''"> and bs.store_name like concat('%', #{query.storeName}, '%') </if>
|
||||
${@com.ruoyi.framework.util.DataScopeUtil@create(query.scope)
|
||||
.userSetAlias("bs.user_id")
|
||||
|
|
Loading…
Reference in New Issue
Block a user