Browse Source

/。bug

release_toaliyun_real
xhxu 4 years ago
parent
commit
6fee21778f
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

@@ -55,7 +55,7 @@
</if>

<if test=" null != merchantIds ">
and credit.merchantId in
and credit.merchant_id in
<foreach collection="merchantIds" index="index" item="merchantIdItem" open="(" separator="," close=")">
#{merchantIdItem}
</foreach>


Loading…
Cancel
Save