外呼记录修改
This commit is contained in:
parent
94dcfe1712
commit
b07d2ade48
@ -92,4 +92,9 @@ public class UploadRobotPublishRecordDto extends BaseEntity {
|
||||
* 题目类型
|
||||
*/
|
||||
private String questionType;
|
||||
|
||||
/**
|
||||
* 电话拨通情况;SUCCESS:成功;FAILURE:失败;EXPIRED:超期自动作废(如超期一周);NULL或空字符串:缺省值,表示未执行;
|
||||
*/
|
||||
private String phoneNodeExecuteResultStatus;
|
||||
}
|
||||
@ -1179,6 +1179,9 @@
|
||||
<if test="taskExcuteType != null and taskExcuteType != ''">
|
||||
and spmrn.task_excute_type = #{taskExcuteType}
|
||||
</if>
|
||||
<if test="phoneNodeExecuteResultStatus != null and phoneNodeExecuteResultStatus != ''">
|
||||
and spmrn.phone_node_execute_result_status = #{phoneNodeExecuteResultStatus}
|
||||
</if>
|
||||
<if test="sn != null and sn != ''">
|
||||
and spmrn.sn = #{sn}
|
||||
</if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user