|
|
@@ -196,7 +196,7 @@ |
|
|
|
|
|
|
|
|
<select id="findListVo2" parameterType="com.iformall.domain.po.WxMerchant" resultMap="BaseResultMap"> |
|
|
<select id="findListVo2" parameterType="com.iformall.domain.po.WxMerchant" resultMap="BaseResultMap"> |
|
|
select * from wx_merchant |
|
|
select * from wx_merchant |
|
|
where 1=1 and is_del=1 |
|
|
|
|
|
|
|
|
where 1=1 and is_del=0 |
|
|
<if test=" null != tenantId and '' != tenantId"> |
|
|
<if test=" null != tenantId and '' != tenantId"> |
|
|
and `tenant_id` = #{tenantId} |
|
|
and `tenant_id` = #{tenantId} |
|
|
</if> |
|
|
</if> |
|
|
|