From 114f0361382e05c6c3d81a38b8571462d0ac54a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E7=AB=B9=E7=BA=A2?= Date: Thu, 16 May 2024 10:23:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E7=B4=A2=E8=AE=A1=E5=88=92=E5=BC=80?= =?UTF-8?q?=E4=B8=9A=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/ShopInfoMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coolstore-partner-dao/src/main/resources/mapper/ShopInfoMapper.xml b/coolstore-partner-dao/src/main/resources/mapper/ShopInfoMapper.xml index 0c962ddca..d37aeba89 100644 --- a/coolstore-partner-dao/src/main/resources/mapper/ShopInfoMapper.xml +++ b/coolstore-partner-dao/src/main/resources/mapper/ShopInfoMapper.xml @@ -102,7 +102,7 @@ b.username as username, b.mobile as mobile, b.investment_manager as investmentManager, - DATE_ADD(b.create_time, INTERVAL 50 DAY) as planOpenTime, + DATE_ADD(b.create_time, INTERVAL 50 DAY) as planOpenTime from xfsg_shop_info a left join xfsg_line_info b on a.line_id = b.id where a.deleted = 0