This commit is contained in:
zhangchenbiao
2023-06-20 17:37:27 +08:00
parent 4afff67ad6
commit 8dd498f3e3

View File

@@ -306,7 +306,7 @@
on a.id = b.partner_line_id on a.id = b.partner_line_id
<where> <where>
<if test="lineId!=null"> <if test="lineId!=null">
and a.id = #{id} and a.id = #{lineId}
</if> </if>
</where> </where>
</select> </select>
@@ -491,12 +491,12 @@
AND hpuinfo.recommend_partner_mobile like concat('%',#{storeKeyword},'%') AND hpuinfo.recommend_partner_mobile like concat('%',#{storeKeyword},'%')
</if> </if>
<if test="userIdList!=null and userIdList.size>0"> <if test="userIdList!=null and userIdList.size>0">
<foreach collection="userIdList" item="userId" open="and a.investment_manager in (" close=")" separator=","> <foreach collection="userIdList" item="userId" open="and hpli.investment_manager in (" close=")" separator=",">
#{userId} #{userId}
</foreach> </foreach>
</if> </if>
<if test="developmentManagerList!=null and developmentManagerList.size>0"> <if test="developmentManagerList!=null and developmentManagerList.size>0">
<foreach collection="developmentManagerList" item="developmentManager" open="and a.development_manager in (" close=")" separator=","> <foreach collection="developmentManagerList" item="developmentManager" open="and hpli.development_manager in (" close=")" separator=",">
#{developmentManager} #{developmentManager}
</foreach> </foreach>
</if> </if>