1.区分国家地区筛选

2.添加获取地区内国家接口
This commit is contained in:
2025-08-05 13:38:02 +08:00
parent dd909057b8
commit f1d3ca6f1d
2 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@
WHERE tenant_id =#{req.tenantId,jdbcType=BIGINT}
and ns.user_id =#{req.userId,jdbcType=BIGINT}
<!-- 主播国家筛选 -->
<if test="req.region!= '' and req.country != null">
<if test="req.region!= '' and req.region != null">
and ci.country_group_name =#{req.region,jdbcType=VARCHAR}
</if>
<if test="req.country != '' and req.country !=null ">
@@ -196,7 +196,7 @@
and user_id = #{req.userId,jdbcType=BIGINT}
</if>
<!-- 主播国家筛选 -->
<if test="req.region!= '' and req.country != null">
<if test="req.region!= '' and req.region != null">
and ci.country_group_name =#{req.region,jdbcType=VARCHAR}
</if>
<if test="req.country != '' and req.country !=null ">

View File

@@ -18,7 +18,7 @@
WHERE tenant_id =#{req.tenantId,jdbcType=BIGINT}
and deleted = 0
<!-- 主播国家筛选 -->
<if test="req.region!= '' and req.country != null">
<if test="req.region!= '' and req.region != null">
and ci.country_group_name =#{req.region,jdbcType=VARCHAR}
</if>
<if test="req.country != '' and req.country !=null ">