Browse Source

疫苗接种点,核酸检测点 pc 管理

feature/teamB_zz_wgh
wanggongfeng 3 years ago
parent
commit
41ff540cdb
  1. 4
      epmet-user/epmet-user-server/src/main/resources/mapper/IcPointVaccinesInoculationDao.xml

4
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,

Loading…
Cancel
Save