문자 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 message;
|
||||
private String sendCnt;
|
||||
private String fileName01;
|
||||
private String fileName02;
|
||||
private String fileName03;
|
||||
|
||||
private String cnt;
|
||||
|
||||
|
||||
@ -32,6 +32,9 @@ public class AgentCTwoVO implements Serializable {
|
||||
private String subject;
|
||||
private String message;
|
||||
private String sendCnt;
|
||||
private String fileName01;
|
||||
private String fileName02;
|
||||
private String fileName03;
|
||||
|
||||
private String cnt;
|
||||
|
||||
|
||||
@ -30,6 +30,9 @@
|
||||
, SEND_PHONE
|
||||
, SUBJECT
|
||||
, MESSAGE
|
||||
, FILENAME01
|
||||
, FILENAME02
|
||||
, FILENAME03
|
||||
)
|
||||
VALUES
|
||||
<foreach collection="list" item="item" separator=",">
|
||||
@ -41,6 +44,9 @@
|
||||
, #{item.sendPhone}
|
||||
, #{item.subject}
|
||||
, #{item.message}
|
||||
, #{fileName01}
|
||||
, #{fileName02}
|
||||
, #{fileName03}
|
||||
)
|
||||
</foreach>
|
||||
</insert>
|
||||
|
||||
@ -30,6 +30,9 @@
|
||||
, SEND_PHONE
|
||||
, SUBJECT
|
||||
, MESSAGE
|
||||
, FILENAME01
|
||||
, FILENAME02
|
||||
, FILENAME03
|
||||
)
|
||||
VALUES
|
||||
<foreach collection="list" item="item" separator=",">
|
||||
@ -41,6 +44,9 @@
|
||||
, #{item.sendPhone}
|
||||
, #{item.subject}
|
||||
, #{item.message}
|
||||
, #{fileName01}
|
||||
, #{fileName02}
|
||||
, #{fileName03}
|
||||
)
|
||||
</foreach>
|
||||
</insert>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user