소스정리
This commit is contained in:
parent
607c80a987
commit
3b51386d44
@ -206,7 +206,14 @@
|
|||||||
<!-- sms 발송 -->
|
<!-- sms 발송 -->
|
||||||
<insert id="sendSms" parameterType="NlibSmsVO">
|
<insert id="sendSms" parameterType="NlibSmsVO">
|
||||||
/* MemberDAO.sendSms */
|
/* MemberDAO.sendSms */
|
||||||
INSERT INTO biz_msg ( CMID, REQUEST_TIME, SEND_TIME, DEST_PHONE, SEND_PHONE, MSG_BODY, NATION_CODE)
|
INSERT INTO biz_msg
|
||||||
|
( CMID
|
||||||
|
, REQUEST_TIME
|
||||||
|
, SEND_TIME
|
||||||
|
, DEST_PHONE
|
||||||
|
, SEND_PHONE
|
||||||
|
, MSG_BODY
|
||||||
|
, NATION_CODE)
|
||||||
VALUES (#{cmid}, NOW(), NOW(), #{destPhone}, #{sendPhone},#{msgBody},'82')
|
VALUES (#{cmid}, NOW(), NOW(), #{destPhone}, #{sendPhone},#{msgBody},'82')
|
||||||
</insert>
|
</insert>
|
||||||
</mapper>
|
</mapper>
|
||||||
Loading…
Reference in New Issue
Block a user