|
@@ -311,7 +311,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
where deleted = 0 and status = 1
|
|
where deleted = 0 and status = 1
|
|
and merchant_id = #{params.merchantId}
|
|
and merchant_id = #{params.merchantId}
|
|
<if test="params.memberType == 3 and params.shopId != null">
|
|
<if test="params.memberType == 3 and params.shopId != null">
|
|
- and id = #{shopId}
|
|
|
|
|
|
+ and id = #{params.shopId}
|
|
</if>
|
|
</if>
|
|
</select>
|
|
</select>
|
|
|
|
|