We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e364eaa + a2ace14 commit baa27dfCopy full SHA for baa27df
src/main/resources/egovframework/mapper/let/uss/umt/EgovMberManage_SQL_hsql.xml
@@ -53,7 +53,7 @@
53
, MBTLNUM AS MOBL_PHON_NO
54
, GROUP_ID AS GROUP_ID
55
, EMPLYR_STTUS_CODE AS STTUS
56
- , DATE_FORMAT(SBSCRB_DE, '%Y-%m-%d %H:%i:%s') AS SBSCR_DE
+ , TO_CHAR(SBSCRB_DE, 'YYYY-MM-DD HH24:MI:SS') AS SBSCR_DE
57
FROM LETTNEMPLYRINFO
58
) A
59
WHERE 1=1
@@ -86,7 +86,7 @@
86
87
88
89
90
91
92
@@ -254,4 +254,4 @@
254
255
WHERE USER_ID = #{checkId}
256
</select>
257
-</mapper>
+</mapper>
0 commit comments