Commit fb9050a1 authored by huyuchen's avatar huyuchen

商险推送

parent c7666fc1
......@@ -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;
......
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