私海添加用户画像请求入参

This commit is contained in:
苏竹红
2023-08-17 16:39:42 +08:00
parent 4d95784cb3
commit 3e29f100da
10 changed files with 18 additions and 9 deletions

View File

@@ -547,6 +547,11 @@
#{userId}
</foreach>
</if>
<if test="userPortraitIdList!=null and userPortraitIdList.size>0">
<foreach collection="userPortraitIdList" separator="or" open="and (" close=")" item="userPortraitId">
bi.user_portrait like concat("%,", #{userPortraitId}, ",%")
</foreach>
</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=",">
#{developmentManager}