Browse Source

会员导出

release_toaliyun_real
xhxu 5 years ago
parent
commit
167901b7e8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCreditHistoryMapper.xml View File

@@ -410,7 +410,7 @@
and credit.credit_num < 0

<if test=" null != userIdList ">
and `user_id` in
and credit.`c_user_id` in
<foreach collection="userIdList" index="index" item="uItem" open="(" separator="," close=")">
#{uItem}
</foreach>


Loading…
Cancel
Save