Commit 37a13ee2 authored by hongguangwu's avatar hongguangwu

Merge remote-tracking branch 'origin/MVP1.6.0' into MVP1.6.0

parents bef7aa49 fb9050a1
......@@ -279,6 +279,12 @@ public class EkpInsuranceUtil {
}else{
pushParam.setFd_3b178f8ba1a91c(CommonConstants.EMPTY_STRING);
}
//派单客服姓名
if(null != param.getCreateName()){
pushParam.setFd_3c6f0118af2ba6(param.getCreateName());
}else{
pushParam.setFd_3c6f0118af2ba6(CommonConstants.EMPTY_STRING);
}
return pushParam;
}
......
......@@ -130,6 +130,10 @@ public class EKPInsurancePushParam {
*/
private String fd_3b178f8ba1a91c;
/**
* 派单客服姓名
*/
private String fd_3c6f0118af2ba6;
......
......@@ -178,6 +178,12 @@ public class EkpInteractiveParam implements Serializable {
@Schema(description = "状态:有,无")
private String estimateStatus;
/**
* 客服姓名
*/
@Schema(description = "客服姓名")
private String createName;
/**
* EKP的 是否BPO: 是 否
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment