Browse Source

时间格式

master
zxc 3 years ago
parent
commit
18a6654127
  1. 4
      epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcServiceRecordV2Dao.xml

4
epmet-module/epmet-heart/epmet-heart-server/src/main/resources/mapper/IcServiceRecordV2Dao.xml

@ -11,8 +11,8 @@
sr.SERVICE_NAME,
sr.SERVICE_ORG_TYPE,
sr.SERVICE_ORG_ID,
sr.SERVICE_TIME_START,
sr.SERVICE_TIME_END,
date_format(sr.SERVICE_TIME_START,'%Y-%m-%d') AS serviceTimeStart,
date_format(sr.SERVICE_TIME_END,'%Y-%m-%d') AS serviceTimeEnd,
sr.SERVICE_STATUS,
IFNULL(sf.SERVICE_PEOPLE_NUMBER,0) AS servicePeopleNumber
FROM ic_service_record_v2 sr

Loading…
Cancel
Save