|
|
|
@@ -585,5 +585,15 @@ |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|
<select id="getMerchantList" parameterType="com.iformall.domain.po.WxMerchant" resultMap="BaseResultMap"> |
|
|
|
select * from wx_merchant where 1=1 and is_del=0 and status=1 |
|
|
|
<if test=" null != tenantId and '' != tenantId"> |
|
|
|
and `tenant_id` = #{tenantId} |
|
|
|
</if> |
|
|
|
<if test=" null != parentTenantId and '' != parentTenantId"> |
|
|
|
and `parent_tenant_id` = #{parentTenantId} |
|
|
|
</if> |
|
|
|
order by create_date desc |
|
|
|
</select> |
|
|
|
|
|
|
|
</mapper> |
|
|
|
</mapper>s |