From 41ff540cdbb202bde3ba39e18eceb0bd603c7539 Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Tue, 28 Jun 2022 11:12:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=96=AB=E8=8B=97=E6=8E=A5=E7=A7=8D=E7=82=B9?= =?UTF-8?q?=EF=BC=8C=E6=A0=B8=E9=85=B8=E6=A3=80=E6=B5=8B=E7=82=B9=20pc=20?= =?UTF-8?q?=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/IcPointVaccinesInoculationDao.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/epmet-user/epmet-user-server/src/main/resources/mapper/IcPointVaccinesInoculationDao.xml b/epmet-user/epmet-user-server/src/main/resources/mapper/IcPointVaccinesInoculationDao.xml index 11bea3d22d..7642fe52f1 100644 --- a/epmet-user/epmet-user-server/src/main/resources/mapper/IcPointVaccinesInoculationDao.xml +++ b/epmet-user/epmet-user-server/src/main/resources/mapper/IcPointVaccinesInoculationDao.xml @@ -119,8 +119,8 @@ when round((st_distance_sphere(point(#{longitude},#{latitude}), point(LONGITUDE, LATITUDE))) / 1000 ,1) <= 5 then '5' else '99' end ) as kmNum, INOCULATION_DATE as date, - CONCAT('上午:',MO_START_TIME,'-',MO_END_TIME) as moTime, - CONCAT('下午:',AF_START_TIME,'-',AF_END_TIME) as afTime, + CONCAT(MO_START_TIME,'-',MO_END_TIME) as moTime, + CONCAT(AF_START_TIME,'-',AF_END_TIME) as afTime, NO_AVAILABLE_VACCINES, MOBILE, ADDRESS,