|
|
|
@@ -773,7 +773,7 @@ |
|
|
|
FROM wx_coupon_merchant wcm |
|
|
|
WHERE STATUS = 0 |
|
|
|
<if test=" null != tenantId and '' != tenantId"> |
|
|
|
and wcm.`tenant_id` = #{tenantId}findListOfAdmin |
|
|
|
and wcm.`tenant_id` = #{tenantId} |
|
|
|
</if> |
|
|
|
<if test=" null != parentTenantId and '' != parentTenantId"> |
|
|
|
and wcm.`parent_tenant_id` = #{parentTenantId} |
|
|
|
|