Explorar o código

优化 优惠券功能

wuxw %!s(int64=3) %!d(string=hai) anos
pai
achega
9e68d1a58b

+ 1 - 1
java110-db/src/main/resources/mapper/acct/CouponPropertyPoolV1ServiceDaoImplMapper.xml

@@ -20,7 +20,7 @@
         select t.coupon_name,t.coupon_name couponName,t.to_type,t.to_type toType,t.from_type,t.from_type
         fromType,t.validity_day,t.validity_day validityDay,t.cpp_id,t.cpp_id cppId,t.community_name,t.community_name
         communityName,t.status_cd,t.status_cd statusCd,t.state,t.community_id,t.community_id
-        communityId,t.stock,t.from_id,t.from_id fromId,td.name fromTypeName,td1.`name` toTypeName
+        communityId,t.stock,t.from_id,t.from_id fromId,td.name fromTypeName,td1.`name` toTypeName,t.create_time createTime
         from coupon_property_pool t
         left join t_dict td on td.status_cd = t.from_type and td.table_name = 'coupon_property_pool' and td.table_columns = 'from_type'
         left join t_dict td1 on td1.status_cd = t.to_type and td1.table_name = 'coupon_property_pool' and td1.table_columns = 'to_type'