Commit fa28f9bf2f98c2bd7475f3d515fc5c74af55af6c

Authored by litao@lymsh.com
1 parent 5081b29c2a

优惠券统计的时间改为使用时间

Showing 1 changed file with 1 additions and 0 deletions

platform-biz-service/src/main/resources/mainOrm/master/CouponMapper.xml View file @ fa28f9b
... ... @@ -51,6 +51,7 @@
51 51 and status = #{status}
52 52 </if>
53 53 </where>
  54 + order by create_date desc limit 0,1
54 55 </select>
55 56  
56 57 <insert id="save" parameterType="com.lyms.platform.permission.model.CouponInfo">