mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 10:46:51 +09:00
로그인 관련 / 메뉴 링크 추가 / 홈페이지 로그인 적용
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
FROM ${HUBEZ_SEND}.EZ_MSG_LOG eml
|
||||
WHERE 1=1
|
||||
AND DATE_FORMAT(eml.SENT_DATE,'%Y%m%d') = #{sentDate}
|
||||
<if test='reqChennel != null and reqChennel != "" and reqChennel != "ALL"'>
|
||||
<if test='reqChennel != null and reqChennel != ""'>
|
||||
AND eml.REQ_PRODUCT = #{reqChennel}
|
||||
</if>
|
||||
<if test='phone != null and phone != ""'>
|
||||
|
||||
Reference in New Issue
Block a user