파일처리 추가
This commit is contained in:
parent
2b60c92568
commit
f35ae64aa6
@ -157,31 +157,40 @@
|
||||
|
||||
<insert id="mjonMsgDAO.insertMsgData_advc" parameterClass="java.util.List">
|
||||
INSERT INTO MJ_MSG_DATA
|
||||
( MSG_ID,
|
||||
MSG_GROUP_ID,
|
||||
USER_ID,
|
||||
AGENT_CODE,
|
||||
CUR_STATE,
|
||||
REQ_DATE,
|
||||
CALL_TO,
|
||||
CALL_FROM,
|
||||
SUBJECT,
|
||||
SMS_TXT,
|
||||
MSG_TYPE
|
||||
(
|
||||
MSG_ID,
|
||||
USER_ID,
|
||||
AGENT_CODE,
|
||||
CUR_STATE,
|
||||
REQ_DATE,
|
||||
CALL_TO,
|
||||
CALL_FROM,
|
||||
SMS_TXT,
|
||||
MSG_TYPE,
|
||||
SUBJECT,
|
||||
FILE_CNT,
|
||||
FILE_PATH1,
|
||||
FILE_PATH2,
|
||||
FILE_PATH3,
|
||||
MSG_GROUP_ID
|
||||
)VALUES
|
||||
<iterate conjunction=",">
|
||||
(
|
||||
#[].msgId#,
|
||||
#[].msgGroupId#,
|
||||
#[].userId#,
|
||||
#[].agentCode#,
|
||||
0,
|
||||
#[].reqDate#,
|
||||
#[].callTo#,
|
||||
#[].callFrom#,
|
||||
#[].subject#,
|
||||
#[].smsTxt#,
|
||||
#[].msgType#
|
||||
#[].msgType#,
|
||||
#[].subject#,
|
||||
#[].fileCnt#,
|
||||
#[].filePath1#,
|
||||
#[].filePath2#,
|
||||
#[].filePath3#,
|
||||
#[].msgGroupId#
|
||||
)
|
||||
</iterate>
|
||||
</insert>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user