mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 02:16:34 +09:00
알림톡 템플릿 목록 수정
This commit is contained in:
@@ -11,8 +11,12 @@ public class TmpltInfo implements Serializable {
|
||||
|
||||
@ApiModelProperty(example = "1", name = "리스트번호", dataType = "Integer")
|
||||
private Integer no;
|
||||
@ApiModelProperty(example = "홍길동", name = "고객사명", dataType = "String")
|
||||
@ApiModelProperty(example = "주식회사", name = "고객사명", dataType = "String")
|
||||
private String custNm;
|
||||
@ApiModelProperty(example = "test", name = "아이디", dataType = "String")
|
||||
private String userId;
|
||||
@ApiModelProperty(example = "홍길동", name = "이름", dataType = "String")
|
||||
private String userNm;
|
||||
@ApiModelProperty(example = "1234512345", name = "사업자번호", dataType = "String")
|
||||
private String bRegNo;
|
||||
@ApiModelProperty(example = "01", name = "템플릿 코드", dataType = "String")
|
||||
|
||||
@@ -8,9 +8,8 @@
|
||||
from hubez_common.EZ_ATLK_TMPLT eat
|
||||
inner join hubez_common.EZ_KKO_CHNL ekc
|
||||
on ekc.SNDRPROF_KEY = eat.SNDRPROF_KEY
|
||||
and ekc.USER_SEQ = eat.USER_SEQ
|
||||
inner join hubez_common.EZ_SVC_USER esu
|
||||
on esu.USER_SEQ = ekc.USER_SEQ
|
||||
on esu.USER_SEQ = eat.USER_SEQ
|
||||
inner join hubez_common.EZ_CUST_INFO eci
|
||||
on eci.CUST_SEQ = esu.CUST_SEQ
|
||||
<include refid="tmpltListCondition"></include>
|
||||
@@ -19,6 +18,8 @@
|
||||
SELECT
|
||||
@ROWNUM := @ROWNUM + 1 AS NO,
|
||||
A.custNm,
|
||||
A.userId,
|
||||
A.userNm,
|
||||
A.bRegNo,
|
||||
A.tmpltCd,
|
||||
A.tmpltNm,
|
||||
@@ -29,6 +30,8 @@
|
||||
DATE_FORMAT(A.CHG_DT, '%Y-%m-%d') As lastChgDt
|
||||
FROM (
|
||||
SELECT eci.CUST_NM AS custNm,
|
||||
esu.USER_ID AS userId,
|
||||
esu.USER_NM AS userNm,
|
||||
eci.BIZRNO AS bRegNo,
|
||||
eat.TMPLT_CD AS tmpltCd,
|
||||
eat.TMPLT_NM AS tmpltNm,
|
||||
@@ -40,9 +43,8 @@
|
||||
from hubez_common.EZ_ATLK_TMPLT eat
|
||||
inner join hubez_common.EZ_KKO_CHNL ekc
|
||||
on ekc.SNDRPROF_KEY = eat.SNDRPROF_KEY
|
||||
and ekc.USER_SEQ = eat.USER_SEQ
|
||||
inner join hubez_common.EZ_SVC_USER esu
|
||||
on esu.USER_SEQ = ekc.USER_SEQ
|
||||
on esu.USER_SEQ = eat.USER_SEQ
|
||||
inner join hubez_common.EZ_CUST_INFO eci
|
||||
on eci.CUST_SEQ = esu.CUST_SEQ
|
||||
<include refid="tmpltListCondition"></include>
|
||||
@@ -74,6 +76,8 @@
|
||||
SELECT
|
||||
@ROWNUM := @ROWNUM + 1 AS NO,
|
||||
A.custNm,
|
||||
A.userId,
|
||||
A.userNm,
|
||||
A.bRegNo,
|
||||
A.tmpltCd,
|
||||
A.tmpltNm,
|
||||
@@ -84,6 +88,8 @@
|
||||
DATE_FORMAT(A.CHG_DT, '%Y-%m-%d') As lastChgDt
|
||||
FROM (
|
||||
SELECT eci.CUST_NM AS custNm,
|
||||
esu.USER_ID AS userId,
|
||||
esu.USER_NM AS userNm,
|
||||
eci.BIZRNO AS bRegNo,
|
||||
eat.TMPLT_CD AS tmpltCd,
|
||||
eat.TMPLT_NM AS tmpltNm,
|
||||
@@ -95,9 +101,8 @@
|
||||
from hubez_common.EZ_ATLK_TMPLT eat
|
||||
inner join hubez_common.EZ_KKO_CHNL ekc
|
||||
on ekc.SNDRPROF_KEY = eat.SNDRPROF_KEY
|
||||
and ekc.USER_SEQ = eat.USER_SEQ
|
||||
inner join hubez_common.EZ_SVC_USER esu
|
||||
on esu.USER_SEQ = ekc.USER_SEQ
|
||||
on esu.USER_SEQ = eat.USER_SEQ
|
||||
inner join hubez_common.EZ_CUST_INFO eci
|
||||
on eci.CUST_SEQ = esu.CUST_SEQ
|
||||
<include refid="tmpltListCondition"></include>
|
||||
|
||||
Reference in New Issue
Block a user