线索批量分配
This commit is contained in:
@@ -568,7 +568,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<update id="batchUpdateInvestmentManager">
|
<update id="batchUpdateInvestmentManager">
|
||||||
update xfsg_line_info set line_status = #{status} and investment_manager = #{investmentManager} where id in
|
update xfsg_line_info set line_status = #{status} , investment_manager = #{investmentManager} where id in
|
||||||
<foreach collection="lineIds" item="lineId" open="(" separator="," close=")">
|
<foreach collection="lineIds" item="lineId" open="(" separator="," close=")">
|
||||||
#{lineId}
|
#{lineId}
|
||||||
</foreach>
|
</foreach>
|
||||||
|
|||||||
Reference in New Issue
Block a user