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