1.区分国家地区筛选
2.添加获取地区内国家接口
This commit is contained in:
@@ -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 ">
|
||||
|
||||
@@ -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 ">
|
||||
|
||||
Reference in New Issue
Block a user