Explorar o código

구문 버그 수정

maengje %!s(int64=4) %!d(string=hai) anos
pai
achega
ac596fef1c

+ 1 - 1
src/main/resources/mybatis/mapper/patient/patientPHRLatest.xml

@@ -5,7 +5,7 @@
 	<insert id="insertPHRLatest" parameterType="PatientPHRLatestDTO" useGeneratedKeys="true">
 	<![CDATA[
 	    INSERT INTO patient_phr_latest (
-	    	patient_idx,
+	    	patient_idx
     ]]>
 	    <if test='temperature != null and temperature != ""'>
 	    <![CDATA[