nullpointer

This commit is contained in:
zhangchenbiao
2023-06-20 22:15:05 +08:00
parent b9f16ef2cc
commit 246108f5c5
3 changed files with 6 additions and 4 deletions

View File

@@ -327,7 +327,7 @@
<update id="updateInvestmentManager">
update hy_partner_line_info
set investment_manager = #{userId}
set investment_manager = #{userId}, line_status= '1'
<if test="lineIdList!=null and lineIdList.size>0">
<foreach collection="lineIdList" open="where id in (" close=")" separator="," item="lineId">
#{lineId}