私海线索

This commit is contained in:
苏竹红
2023-06-20 20:34:40 +08:00
parent cb832d1301
commit f4302c7907
2 changed files with 17 additions and 10 deletions

View File

@@ -491,15 +491,15 @@
<if test="storeKeywordType!=null and storeKeywordType==partnerMobile">
AND hpuinfo.recommend_partner_mobile like concat('%',#{storeKeyword},'%')
</if>
<if test="userIdList!=null and userIdList.size>0">
<foreach collection="userIdList" item="userId" open="and hpli.investment_manager in (" close=")" separator=",">
#{userId}
</foreach>
</if>
<if test="developmentManagerList!=null and developmentManagerList.size>0">
<foreach collection="developmentManagerList" item="developmentManager" open="and hpli.development_manager in (" close=")" separator=",">
#{developmentManager}
</foreach>
<!-- <if test="userIdList!=null and userIdList.size>0">-->
<!-- <foreach collection="userIdList" item="userId" open="and hpli.investment_manager in (" close=")" separator=",">-->
<!-- #{userId}-->
<!-- </foreach>-->
<!-- </if>-->
<!-- <if test="developmentManagerList!=null and developmentManagerList.size>0">-->
<!-- <foreach collection="developmentManagerList" item="developmentManager" open="and hpli.development_manager in (" close=")" separator=",">-->
<!-- #{developmentManager}-->
<!-- </foreach>-->
</if>
</select>