|
|
|
@ -27,14 +27,14 @@ |
|
|
|
</resultMap> |
|
|
|
|
|
|
|
<!-- 插入通话记录 --> |
|
|
|
<insert id="insert" useGeneratedKeys="true" keyProperty="id"> |
|
|
|
<insert id="insert"> |
|
|
|
INSERT INTO mid_voice_call_record ( |
|
|
|
city_code, city_name, call_record_id, call_tel, called_tel, |
|
|
|
id, city_code, city_name, call_record_id, call_tel, called_tel, |
|
|
|
call_start_time, call_end_time, call_duration, call_direction, |
|
|
|
device_no, business_scenario, recording_file_name, recording_file_path, |
|
|
|
recording_file_size, call_status, fail_reason, remarks, sync_time, create_time, org_code |
|
|
|
) VALUES ( |
|
|
|
#{cityCode}, #{cityName}, #{callRecordId}, #{callTel}, #{calledTel}, |
|
|
|
#{id}, #{cityCode}, #{cityName}, #{callRecordId}, #{callTel}, #{calledTel}, |
|
|
|
#{callStartTime}, #{callEndTime}, #{callDuration}, #{callDirection}, |
|
|
|
#{deviceNo}, #{businessScenario}, #{recordingFileName}, #{recordingFilePath}, |
|
|
|
#{recordingFileSize}, #{callStatus}, #{failReason}, #{remarks}, NOW(), NOW(), #{orgCode} |
|
|
|
|