From d1fe0aeb6aa1f205c6cfae319ebc91f33c1db3f6 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期日, 05 五月 2019 12:36:01 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- fanli/src/main/java/com/yeshi/fanli/mapping/push/PushCouponRecordMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/mapping/push/PushCouponRecordMapper.xml b/fanli/src/main/java/com/yeshi/fanli/mapping/push/PushCouponRecordMapper.xml index bfaddb2..67b2c3f 100644 --- a/fanli/src/main/java/com/yeshi/fanli/mapping/push/PushCouponRecordMapper.xml +++ b/fanli/src/main/java/com/yeshi/fanli/mapping/push/PushCouponRecordMapper.xml @@ -54,7 +54,7 @@ <select id="countByPushId" resultType="java.lang.Long"> SELECT IFNULL(count(pcd_id),0) FROM yeshi_ec_push_coupon_record WHERE pcd_push_id = #{pushId} - </select> + </select> </mapper> -- Gitblit v1.8.0