Explorar o código

[phr] 최신데이터 insert 쿼리 오류 수정.

sjpark %!s(int64=5) %!d(string=hai) anos
pai
achega
967ca4695a

+ 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[