메인화면 샘플문자 우선순위 랜덤 처리 수정 - 베스트 카테고리를 제외한 문자샘플에 대해서만 우선순위를 랜덤하게 변경되도록 처리
- 베스트 카테고리를 제외한 문자샘플에 대해서만 우선순위를 랜덤하게 변경되도록 처리
@a6fdccf29937c7a0205cfc95b8511285f14b1c1c
--- src/main/resources/egovframework/sqlmap/let/letter/LetterMessages_SQL_Mysql.xml
+++ src/main/resources/egovframework/sqlmap/let/letter/LetterMessages_SQL_Mysql.xml
... | ... | @@ -712,6 +712,7 @@ |
| 712 | 712 |
, UPDATEDATE = NOW() |
| 713 | 713 |
WHERE 1=1 |
| 714 | 714 |
AND USE_YN = 'Y' |
| 715 |
+ AND BEST_CATEGORY IS NULL |
|
| 715 | 716 |
AND LETTER_TYPE IN ('S', 'L', 'P')
|
| 716 | 717 |
AND priority >= 11 |
| 717 | 718 |
]]> |
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?