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