Merge branch 'master' into rosewiper
@6306b77d456505a5ae71e308422e05603fcee4e6
--- src/main/resources/egovframework/sqlmap/let/uss/umt/EgovMberCmpHst_SQL_Mysql.xml
+++ src/main/resources/egovframework/sqlmap/let/uss/umt/EgovMberCmpHst_SQL_Mysql.xml
... | ... | @@ -100,7 +100,7 @@ |
| 100 | 100 |
LETTNGNRLMBER_CMPHST LC |
| 101 | 101 |
LEFT JOIN LETTNGNRLMBER L |
| 102 | 102 |
ON L.MBER_ID = LC.MBER_ID |
| 103 |
- JOIN (SELECT MAX(FRST_REGIST_PNTTM) AS FRST_REGIST_PNTTM |
|
| 103 |
+ JOIN (SELECT DISTINCT MAX(FRST_REGIST_PNTTM) AS FRST_REGIST_PNTTM |
|
| 104 | 104 |
FROM LETTNGNRLMBER_CMPHST |
| 105 | 105 |
GROUP BY MBER_ID, HST_TYPE) LCM |
| 106 | 106 |
ON LC.FRST_REGIST_PNTTM = LCM.FRST_REGIST_PNTTM |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?