From 075de573293a7f665baddb0a334a3496091cf7b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com>
Date: Sun, 20 Jun 2021 01:46:14 +0800
Subject: [PATCH] refactor(youlai.sql):
create_time->gmt_create,update_time->gmt_modified
---
.../src/main/resources/mapper/SmsCouponDao.xml | 18 +++++++++---------
.../resources/mapper/SmsCouponRecordDao.xml | 18 +++++++++---------
.../mapper/SmsSeckillSessionMapper.xml | 6 +++---
.../mapper/SmsSeckillSkuRelationMapper.xml | 6 +++---
.../resources/mapper/SysDictItemMapper.xml | 8 ++++----
.../main/resources/mapper/SysMenuMapper.xml | 6 +++---
.../resources/mapper/SysPermissionMapper.xml | 8 ++++----
.../main/resources/mapper/SysUserMapper.xml | 6 +++---
8 files changed, 38 insertions(+), 38 deletions(-)
diff --git a/mall-sms/sms-boot/src/main/resources/mapper/SmsCouponDao.xml b/mall-sms/sms-boot/src/main/resources/mapper/SmsCouponDao.xml
index a4b7ff61b..669de8362 100644
--- a/mall-sms/sms-boot/src/main/resources/mapper/SmsCouponDao.xml
+++ b/mall-sms/sms-boot/src/main/resources/mapper/SmsCouponDao.xml
@@ -17,12 +17,12 @@
-
-
+
+
id, title, img, `type`, publish, condition_price, price, publish_count,limit_count, take_count,
- used_count, start_time, end_time, valid_days, `status`, create_time, update_time
+ used_count, start_time, end_time, valid_days, `status`, gmt_create, gmt_modified