Commit 8c78dc840721eabe237de31bd98c7450baf21d01

Authored by shiyang
1 parent eb7e5b08a6

update

Showing 1 changed file with 1 additions and 1 deletions

platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml View file @ 8c78dc8
... ... @@ -383,7 +383,7 @@
383 383 )a
384 384 where
385 385 a.coupon_order = #{coupon_order}
386   - and a.type = #{_type}
  386 + and a.type = #{type_}
387 387 </select>
388 388  
389 389 <select id="findUsedUserIds" parameterType="map" resultType="string">