|
|
@@ -410,7 +410,7 @@ |
|
|
and credit.credit_num < 0 |
|
|
and credit.credit_num < 0 |
|
|
|
|
|
|
|
|
<if test=" null != userIdList "> |
|
|
<if test=" null != userIdList "> |
|
|
and `user_id` in |
|
|
|
|
|
|
|
|
and credit.`c_user_id` in |
|
|
<foreach collection="userIdList" index="index" item="uItem" open="(" separator="," close=")"> |
|
|
<foreach collection="userIdList" index="index" item="uItem" open="(" separator="," close=")"> |
|
|
#{uItem} |
|
|
#{uItem} |
|
|
</foreach> |
|
|
</foreach> |
|
|
|