Browse Source

fix

release_toaliyun_real
winter 1 year ago
parent
commit
3ba33542d2
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      mallinkService/src/main/resources/mapper/WxAllBillMapper.xml

+ 6
- 0
mallinkService/src/main/resources/mapper/WxAllBillMapper.xml View File

@@ -143,6 +143,12 @@
#{nidItem}
</foreach>
</if>
<if test=" null != ids ">
and id in
<foreach collection="ids" index="index" item="idItem" open="(" separator="," close=")">
#{idItem}
</foreach>
</if>
<if test=" null != sortColumns">order by ${sortColumns}</if>
<if test="null != limitStart and null != limitEnd">
limit #{limitStart},#{limitEnd}


Loading…
Cancel
Save