From bc47253e9de087170c1493c007aaab11dd233ff2 Mon Sep 17 00:00:00 2001 From: zhizhi wu <2377881365@qq.com> Date: Mon, 24 Jan 2022 09:43:50 +0800 Subject: [PATCH] bug --- ht/src/main/resources/application.yml | 4 ++-- ht/src/main/resources/mapper_dao/HtPatientReportDao.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ht/src/main/resources/application.yml b/ht/src/main/resources/application.yml index b9b264a7..4ecd13fd 100644 --- a/ht/src/main/resources/application.yml +++ b/ht/src/main/resources/application.yml @@ -1,5 +1,5 @@ spring: profiles: - active: prod - include: common, util-prod + active: dev + include: common, util-dev diff --git a/ht/src/main/resources/mapper_dao/HtPatientReportDao.xml b/ht/src/main/resources/mapper_dao/HtPatientReportDao.xml index 5f263f02..68856483 100644 --- a/ht/src/main/resources/mapper_dao/HtPatientReportDao.xml +++ b/ht/src/main/resources/mapper_dao/HtPatientReportDao.xml @@ -1,7 +1,7 @@ - +