From e04900df19da478d1004b066336f10d4e9d05f91 Mon Sep 17 00:00:00 2001 From: wangchao Date: Thu, 27 Aug 2020 15:13:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=BE=E7=82=B9=E8=B5=8C=E7=82=B9=EF=BC=8C?= =?UTF-8?q?=E6=80=BB=E5=85=B1=E8=80=97=E6=97=B6=E6=8D=A2=E7=AE=97=E6=88=90?= =?UTF-8?q?=E5=B0=8F=E6=97=B6=E8=88=8D=E5=BC=83=E7=B2=BE=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/screen/ScreenDifficultyDataDao.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenDifficultyDataDao.xml b/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenDifficultyDataDao.xml index 8b98c54ebe..7d166fc31f 100644 --- a/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenDifficultyDataDao.xml +++ b/epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenDifficultyDataDao.xml @@ -9,7 +9,7 @@ diff.EVENT_ID AS projectId, diff.EVENT_CONTENT AS title, diff.EVENT_STATUS_CODE AS STATUS, - FORMAT(diff.EVENT_COST_TIME/60,2) AS totalHours, + FORMAT(diff.EVENT_COST_TIME/60,0) AS totalHours, DATE_FORMAT( eve.EVENT_CREATE_TIME, '%Y-%m-%d %H:%i' ) AS createDateTime, diff.EVENT_SOURCE AS gridName, diff.EVENT_IMG_URL AS imgUrl,