diff --git a/src/main/resources/config/logback.xml b/src/main/resources/config/logback.xml
index 2165a83..a5fe209 100644
--- a/src/main/resources/config/logback.xml
+++ b/src/main/resources/config/logback.xml
@@ -70,4 +70,5 @@
+
\ No newline at end of file
diff --git a/src/main/resources/mapper/approve/Emr_Apply_ApproveMapper.xml b/src/main/resources/mapper/approve/Emr_Apply_ApproveMapper.xml
index ac9e179..30ef4cf 100644
--- a/src/main/resources/mapper/approve/Emr_Apply_ApproveMapper.xml
+++ b/src/main/resources/mapper/approve/Emr_Apply_ApproveMapper.xml
@@ -328,7 +328,7 @@
ON
a.patient_id = c.patient_id
LEFT JOIN
- (select code,Name from emr_dictionary where parent_id = (select id from emr_dictionary where typeCode = 'apply_type')) emr_dictionary
+ (select code,Name from emr_dictionary where parent_id = 'apply_type') emr_dictionary
ON
a.apply_type = emr_dictionary.code
LEFT JOIN
@@ -408,7 +408,7 @@
ON
a.patient_id = c.patient_id
LEFT JOIN
- (select code,Name from emr_dictionary where parent_id = (select id from emr_dictionary where typeCode = 'apply_type')) emr_dictionary
+ (select code,Name from emr_dictionary where parent_id = 'apply_type') emr_dictionary
ON
a.apply_type = emr_dictionary.code
LEFT JOIN
diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp
index 0c93b55..e613d32 100644
--- a/src/main/webapp/index.jsp
+++ b/src/main/webapp/index.jsp
@@ -210,7 +210,7 @@