Commit 1b965bed by jianan

客户告知书14

parent 28f1302d
...@@ -3637,6 +3637,8 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service. ...@@ -3637,6 +3637,8 @@ public class PractitionerServiceImpl implements com.yd.api.practitioner.service.
} }
AgPoInformed informed = new AgPoInformed(); AgPoInformed informed = new AgPoInformed();
informed.setCustomerName(newName);
informed.setCustomerMobile(newMobile);
informed.setPractitionerId(requestVO.getPractitionerId()); informed.setPractitionerId(requestVO.getPractitionerId());
informed.setLeadsId(requestVO.getLeadsAssignedId()); informed.setLeadsId(requestVO.getLeadsAssignedId());
informed.setCustomerId(newerCustomer.getId()); informed.setCustomerId(newerCustomer.getId());
......
...@@ -13,4 +13,12 @@ public class OpportunityRecordInfo { ...@@ -13,4 +13,12 @@ public class OpportunityRecordInfo {
private Long mdDropOptionId; private Long mdDropOptionId;
private String mdDropOptionName; private String mdDropOptionName;
private Integer trackScore; private Integer trackScore;
/**
* 告知书记录Id
*/
private Long informedId;
/**
* 告知书url
*/
private String informedOssPath;
} }
...@@ -20,11 +20,12 @@ ...@@ -20,11 +20,12 @@
<result column="leads_assigned_id" jdbcType="BIGINT" property="leadsAssignedId" /> <result column="leads_assigned_id" jdbcType="BIGINT" property="leadsAssignedId" />
<result column="track_time" jdbcType="TIMESTAMP" property="trackTime" /> <result column="track_time" jdbcType="TIMESTAMP" property="trackTime" />
<result column="informed_oss_path" jdbcType="VARCHAR" property="informedOssPath" /> <result column="informed_oss_path" jdbcType="VARCHAR" property="informedOssPath" />
<result column="informed_id" jdbcType="BIGINT" property="informedId" />
</resultMap> </resultMap>
<sql id="Base_Column_List"> <sql id="Base_Column_List">
id, order_id, order_no, sales_notice, is_active, created_at, created_by, creator_type, id, order_id, order_no, sales_notice, is_active, created_at, created_by, creator_type,
updated_at, updated_by, updator_type, practitioner_id, customer_id, md_drop_option_id, updated_at, updated_by, updator_type, practitioner_id, customer_id, md_drop_option_id,
track_score, leads_assigned_id,track_time track_score, leads_assigned_id,track_time,informed_oss_path,informed_id
</sql> </sql>
<select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap"> <select id="selectByPrimaryKey" parameterType="java.lang.Long" resultMap="BaseResultMap">
select select
......
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