From 54af78414f37bf0b993a80ab890df7f6d58efbfb Mon Sep 17 00:00:00 2001 From: "Lihong@123456" <1090591095@qq.com> Date: Mon, 14 Dec 2020 18:51:55 +0800 Subject: [PATCH] 1 --- wisdomcar/src/main/resources/mapper_dao/StatisticsDao.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wisdomcar/src/main/resources/mapper_dao/StatisticsDao.xml b/wisdomcar/src/main/resources/mapper_dao/StatisticsDao.xml index 4617fe36..983035b5 100644 --- a/wisdomcar/src/main/resources/mapper_dao/StatisticsDao.xml +++ b/wisdomcar/src/main/resources/mapper_dao/StatisticsDao.xml @@ -44,7 +44,7 @@ FROM select ts.`name`, - MIN(tfas.duration) + MIN(tfas.duration) as time from t_first_aid_standard tfas left JOIN t_step ts on tfas.step_id = ts.id where tfas.hospital_id=0 and tfas.type=0 and tfas.rec_status = 0 and ts.rec_status=0