fix:内勤能看到 招商数据与运营区域数据
This commit is contained in:
@@ -339,10 +339,16 @@
|
|||||||
and si.investment_manager = #{investmentUserId}
|
and si.investment_manager = #{investmentUserId}
|
||||||
</if>
|
</if>
|
||||||
<if test="authRegionIds != null and authRegionIds.size() > 0">
|
<if test="authRegionIds != null and authRegionIds.size() > 0">
|
||||||
and si.region_id in
|
and (
|
||||||
|
si.region_id in
|
||||||
<foreach collection="authRegionIds" item="regionId" index="index" open="(" separator="," close=")">
|
<foreach collection="authRegionIds" item="regionId" index="index" open="(" separator="," close=")">
|
||||||
#{regionId}
|
#{regionId}
|
||||||
</foreach>
|
</foreach>
|
||||||
|
or si.invest_region_id in
|
||||||
|
<foreach collection="authRegionIds" item="regionId" index="index" open="(" separator="," close=")">
|
||||||
|
#{regionId}
|
||||||
|
</foreach>
|
||||||
|
)
|
||||||
</if>
|
</if>
|
||||||
<if test="ownShopFlag!=null">
|
<if test="ownShopFlag!=null">
|
||||||
<if test="ownShopFlag">
|
<if test="ownShopFlag">
|
||||||
|
|||||||
Reference in New Issue
Block a user