预炸申请导出
This commit is contained in:
@@ -75,6 +75,15 @@
|
||||
LEFT JOIN xfsg_line_info c ON c.partner_id = a.created_user_id
|
||||
left join xfsg_shop_info d ON d.shop_code = a.store_code
|
||||
<where>
|
||||
<if test = "regionIds !=null and regionIds.size()>0">
|
||||
and d.region_id in
|
||||
<foreach item="item" index="index" collection="regionIds" separator="," open="(" close=")">
|
||||
#{item}
|
||||
</foreach>
|
||||
</if>
|
||||
<if test="investmentManagerId != null and investmentManagerId != ''">
|
||||
and d.investment_manager = #{investmentManagerId}
|
||||
</if>
|
||||
<if test="applyCode !=null and applyCode != ''">
|
||||
and a.apply_code LIKE CONCAT('%', #{applyCode}, '%')
|
||||
</if>
|
||||
|
||||
Reference in New Issue
Block a user