Merge remote-tracking branch 'origin/dev/feat/partner1.5_20231106' into dev/feat/partner1.5_20231106
This commit is contained in:
@@ -614,7 +614,7 @@
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="userPortraitQueryType!=null and userPortraitQueryType=='blank'">
|
||||
bi.user_portrait is null
|
||||
AND bi.user_portrait is null
|
||||
</if>
|
||||
|
||||
<if test="userChannelIdList!=null and userChannelIdList.size>0 and userChannelQueryType!=null and userChannelQueryType == 'contains' ">
|
||||
@@ -628,7 +628,7 @@
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="userChannelQueryType!=null and userChannelQueryType == 'blank' ">
|
||||
hpuinfo.user_channel_id is null
|
||||
AND hpuinfo.user_channel_id is null
|
||||
</if>
|
||||
<if test="userIdList!=null and userIdList.size==0 and developmentManagerList!=null and developmentManagerList.size>0">
|
||||
<foreach collection="developmentManagerList" item="developmentManager" open="and hpli.development_manager in (" close=")" separator=",">
|
||||
|
||||
Reference in New Issue
Block a user