Explorar o código

优化创建时间bug

java110 %!s(int64=5) %!d(string=hai) anos
pai
achega
a2f1013621

+ 1 - 1
java110-db/src/main/resources/mapper/goods/GroupBuyBatchServiceDaoImplMapper.xml

@@ -19,7 +19,7 @@
     <select id="getGroupBuyBatchInfo" parameterType="Map" resultType="Map">
     <select id="getGroupBuyBatchInfo" parameterType="Map" resultType="Map">
         select t.batch_end_time,t.batch_end_time batchEndTime,t.status_cd,t.status_cd statusCd,t.batch_id,t.batch_id
         select t.batch_end_time,t.batch_end_time batchEndTime,t.status_cd,t.status_cd statusCd,t.batch_id,t.batch_id
         batchId,t.store_id,t.store_id storeId,t.setting_id,t.setting_id settingId,t.batch_start_time,t.batch_start_time
         batchId,t.store_id,t.store_id storeId,t.setting_id,t.setting_id settingId,t.batch_start_time,t.batch_start_time
-        batchStartTime,t.cur_batch,t.cur_batch curBatch,t.create_time createName,gbs.group_buy_name groupBuyName
+        batchStartTime,t.cur_batch,t.cur_batch curBatch,t.create_time createTime,gbs.group_buy_name groupBuyName
         from group_buy_batch t
         from group_buy_batch t
         left join group_buy_setting gbs on t.setting_id = gbs.setting_id and t.store_id = gbs.store_id and gbs.status_cd = '0'
         left join group_buy_setting gbs on t.setting_id = gbs.setting_id and t.store_id = gbs.store_id and gbs.status_cd = '0'
         where 1 =1
         where 1 =1