From 6c503105c7e20055cc293b112aa8c018b09b55d0 Mon Sep 17 00:00:00 2001 From: liuchuang <123456> Date: Thu, 17 Feb 2022 14:10:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E6=95=B0=E6=8D=AE=E4=B8=8A?= =?UTF-8?q?=E6=8A=A5=E6=8E=A5=E5=8F=A3=20=E9=A1=B9=E7=9B=AE=E4=BF=A1?= =?UTF-8?q?=E6=81=AF=E4=B8=8A=E6=8A=A5=E6=8E=A5=E5=8F=A3=20-=20=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=88=9B=E5=BB=BA=E6=97=B6=E9=97=B4=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E8=B5=8B=E5=80=BC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/screen/ScreenProjectDataDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenProjectDataDao.xml b/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenProjectDataDao.xml index 3ed292d9..bf289f76 100644 --- a/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenProjectDataDao.xml +++ b/esua-epdc/epdc-module/epdc-analysis/epdc-analysis-server/src/main/resources/mapper/screen/ScreenProjectDataDao.xml @@ -41,7 +41,7 @@ t1.MOBILE as linkMobile, LEFT(t1.ITEM_CONTENT,50)projectTitle, t1.ITEM_CONTENT as projectContent, - t1.DISTRIBUTE_TIME as projectCreateTime, + t1.CREATED_TIME as projectCreateTime, t1.ISSUE_ADDRESS as projectAddress, t1.ISSUE_LATITUDE as latitude, t1.ISSUE_LONGITUDE as longitude,