parent
d160f60216
commit
dd95fdf716
|
|
@ -966,7 +966,16 @@ public class RegiController {
|
|||
String smsId = "";
|
||||
smsId = result.get("SMS_ID").toString();
|
||||
params.put("SMS_ID", smsId);
|
||||
|
||||
params.put("PROJECT_CODE", project_code);
|
||||
params.put("REQ_GBN", reqGbn);
|
||||
params.put("RET_CODE", retCode);
|
||||
params.put("RET_MESSAGE", retMessage);
|
||||
params.put("RET_LAST_POINT", retLastPoint);
|
||||
params.put("SMS_TO_ID", sms_to_id);
|
||||
params.put("SMS_TO_PHONE",sms_to_phone);
|
||||
params.put("SMS_FROM_ID", sms_from_id);
|
||||
params.put("SMS_FROM_PHONE", sms_from_phone);
|
||||
params.put("SMS_MSG", sms_msg);
|
||||
int affectRow = masterService.insertSmsLog(params);
|
||||
// PARAMSET
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue