문자 agent 테스트 mms 파일 전송 진행중
파일경로 수정
This commit is contained in:
parent
967e4e87a5
commit
a9ede6ae58
@ -32,6 +32,9 @@ public class AgentCOneVO implements Serializable {
|
|||||||
private String subject;
|
private String subject;
|
||||||
private String message;
|
private String message;
|
||||||
private String sendCnt;
|
private String sendCnt;
|
||||||
|
private String fileName01;
|
||||||
|
private String fileName02;
|
||||||
|
private String fileName03;
|
||||||
|
|
||||||
private String cnt;
|
private String cnt;
|
||||||
|
|
||||||
|
|||||||
@ -32,6 +32,9 @@ public class AgentCTwoVO implements Serializable {
|
|||||||
private String subject;
|
private String subject;
|
||||||
private String message;
|
private String message;
|
||||||
private String sendCnt;
|
private String sendCnt;
|
||||||
|
private String fileName01;
|
||||||
|
private String fileName02;
|
||||||
|
private String fileName03;
|
||||||
|
|
||||||
private String cnt;
|
private String cnt;
|
||||||
|
|
||||||
|
|||||||
@ -30,6 +30,9 @@
|
|||||||
, SEND_PHONE
|
, SEND_PHONE
|
||||||
, SUBJECT
|
, SUBJECT
|
||||||
, MESSAGE
|
, MESSAGE
|
||||||
|
, FILENAME01
|
||||||
|
, FILENAME02
|
||||||
|
, FILENAME03
|
||||||
)
|
)
|
||||||
VALUES
|
VALUES
|
||||||
<foreach collection="list" item="item" separator=",">
|
<foreach collection="list" item="item" separator=",">
|
||||||
@ -41,6 +44,9 @@
|
|||||||
, #{item.sendPhone}
|
, #{item.sendPhone}
|
||||||
, #{item.subject}
|
, #{item.subject}
|
||||||
, #{item.message}
|
, #{item.message}
|
||||||
|
, #{fileName01}
|
||||||
|
, #{fileName02}
|
||||||
|
, #{fileName03}
|
||||||
)
|
)
|
||||||
</foreach>
|
</foreach>
|
||||||
</insert>
|
</insert>
|
||||||
|
|||||||
@ -30,6 +30,9 @@
|
|||||||
, SEND_PHONE
|
, SEND_PHONE
|
||||||
, SUBJECT
|
, SUBJECT
|
||||||
, MESSAGE
|
, MESSAGE
|
||||||
|
, FILENAME01
|
||||||
|
, FILENAME02
|
||||||
|
, FILENAME03
|
||||||
)
|
)
|
||||||
VALUES
|
VALUES
|
||||||
<foreach collection="list" item="item" separator=",">
|
<foreach collection="list" item="item" separator=",">
|
||||||
@ -41,6 +44,9 @@
|
|||||||
, #{item.sendPhone}
|
, #{item.sendPhone}
|
||||||
, #{item.subject}
|
, #{item.subject}
|
||||||
, #{item.message}
|
, #{item.message}
|
||||||
|
, #{fileName01}
|
||||||
|
, #{fileName02}
|
||||||
|
, #{fileName03}
|
||||||
)
|
)
|
||||||
</foreach>
|
</foreach>
|
||||||
</insert>
|
</insert>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user