|
@@ -112,9 +112,6 @@ |
|
|
SELECT <include refid="allColumns"/> |
|
|
SELECT <include refid="allColumns"/> |
|
|
FROM wx_appinfo |
|
|
FROM wx_appinfo |
|
|
WHERE `app_id` = #{appId} |
|
|
WHERE `app_id` = #{appId} |
|
|
<if test=" null != tenantId "> |
|
|
|
|
|
and `tenant_id` = #{tenantId} |
|
|
|
|
|
</if> |
|
|
|
|
|
limit 1 |
|
|
limit 1 |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
|
|
|