hy_partner_certification_info表数据结构更改
This commit is contained in:
@@ -6,20 +6,6 @@
|
|||||||
<result column="partner_id" jdbcType="VARCHAR" property="partnerId" />
|
<result column="partner_id" jdbcType="VARCHAR" property="partnerId" />
|
||||||
<result column="partner_line_id" jdbcType="BIGINT" property="partnerLineId" />
|
<result column="partner_line_id" jdbcType="BIGINT" property="partnerLineId" />
|
||||||
<result column="partner_interview_id" jdbcType="BIGINT" property="partnerInterviewId" />
|
<result column="partner_interview_id" jdbcType="BIGINT" property="partnerInterviewId" />
|
||||||
<result column="partnership" jdbcType="VARCHAR" property="partnership" />
|
|
||||||
<result column="want_sign_time" jdbcType="TIMESTAMP" property="wantSignTime" />
|
|
||||||
<result column="partner_fee" jdbcType="VARCHAR" property="partnerFee" />
|
|
||||||
<result column="security_fund" jdbcType="VARCHAR" property="securityFund" />
|
|
||||||
<result column="technical_service_fee" jdbcType="VARCHAR" property="technicalServiceFee" />
|
|
||||||
<result column="intention_money" jdbcType="VARCHAR" property="intentionMoney" />
|
|
||||||
<result column="intention_signer_username" jdbcType="VARCHAR" property="intentionSignerUsername" />
|
|
||||||
<result column="intention_signer_mobile" jdbcType="VARCHAR" property="intentionSignerMobile" />
|
|
||||||
<result column="intention_edu" jdbcType="VARCHAR" property="intentionEdu" />
|
|
||||||
<result column="real_control_username" jdbcType="VARCHAR" property="realControlUsername" />
|
|
||||||
<result column="real_control_idcard" jdbcType="VARCHAR" property="realControlIdcard" />
|
|
||||||
<result column="signer_real_control_relation" jdbcType="VARCHAR" property="signerRealControlRelation" />
|
|
||||||
<result column="signer_other_real_control_relation" jdbcType="VARCHAR" property="signerOtherRealControlRelation" />
|
|
||||||
<result column="signer_real_control_relation_cert" jdbcType="VARCHAR" property="signerRealControlRelationCert" />
|
|
||||||
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
||||||
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
|
||||||
</resultMap>
|
</resultMap>
|
||||||
@@ -42,53 +28,17 @@
|
|||||||
<if test="record.partnerInterviewId != null">
|
<if test="record.partnerInterviewId != null">
|
||||||
partner_interview_id,
|
partner_interview_id,
|
||||||
</if>
|
</if>
|
||||||
<if test="record.partnership != null">
|
|
||||||
partnership,
|
|
||||||
</if>
|
|
||||||
<if test="record.qualifyVerifyId != null">
|
<if test="record.qualifyVerifyId != null">
|
||||||
qualify_verify_id,
|
qualify_verify_id,
|
||||||
</if>
|
</if>
|
||||||
<if test="record.intentionContractNo != null">
|
<if test="record.intentionContractNo != null">
|
||||||
intention_contract_no,
|
intention_contract_no,
|
||||||
</if>
|
</if>
|
||||||
<if test="record.wantSignTime != null">
|
<if test="record.dataSource != null">
|
||||||
want_sign_time,
|
data_source,
|
||||||
</if>
|
</if>
|
||||||
<if test="record.partnerFee != null">
|
<if test="record.certificationInfoRecordJson != null">
|
||||||
partner_fee,
|
certification_info_record_json,
|
||||||
</if>
|
|
||||||
<if test="record.securityFund != null">
|
|
||||||
security_fund,
|
|
||||||
</if>
|
|
||||||
<if test="record.technicalServiceFee != null">
|
|
||||||
technical_service_fee,
|
|
||||||
</if>
|
|
||||||
<if test="record.intentionMoney != null">
|
|
||||||
intention_money,
|
|
||||||
</if>
|
|
||||||
<if test="record.intentionSignerUsername != null">
|
|
||||||
intention_signer_username,
|
|
||||||
</if>
|
|
||||||
<if test="record.intentionSignerMobile != null">
|
|
||||||
intention_signer_mobile,
|
|
||||||
</if>
|
|
||||||
<if test="record.intentionEdu != null">
|
|
||||||
intention_edu,
|
|
||||||
</if>
|
|
||||||
<if test="record.realControlUsername != null">
|
|
||||||
real_control_username,
|
|
||||||
</if>
|
|
||||||
<if test="record.realControlIdcard != null">
|
|
||||||
real_control_idcard,
|
|
||||||
</if>
|
|
||||||
<if test="record.signerRealControlRelation != null">
|
|
||||||
signer_real_control_relation,
|
|
||||||
</if>
|
|
||||||
<if test="record.signerOtherRealControlRelation != null">
|
|
||||||
signer_other_real_control_relation,
|
|
||||||
</if>
|
|
||||||
<if test="record.signerRealControlRelationCert != null">
|
|
||||||
signer_real_control_relation_cert,
|
|
||||||
</if>
|
</if>
|
||||||
<if test="record.createTime != null">
|
<if test="record.createTime != null">
|
||||||
create_time,
|
create_time,
|
||||||
@@ -107,56 +57,17 @@
|
|||||||
<if test="record.partnerInterviewId != null">
|
<if test="record.partnerInterviewId != null">
|
||||||
#{record.partnerInterviewId},
|
#{record.partnerInterviewId},
|
||||||
</if>
|
</if>
|
||||||
<if test="record.partnership != null">
|
|
||||||
#{record.partnership},
|
|
||||||
</if>
|
|
||||||
<if test="record.qualifyVerifyId != null">
|
<if test="record.qualifyVerifyId != null">
|
||||||
#{record.qualifyVerifyId},
|
#{record.qualifyVerifyId},
|
||||||
</if>
|
</if>
|
||||||
<if test="record.intentionContractNo != null">
|
<if test="record.intentionContractNo != null">
|
||||||
#{record.intentionContractNo},
|
#{record.intentionContractNo},
|
||||||
</if>
|
</if>
|
||||||
<if test="record.wantSignTime != null">
|
|
||||||
#{record.wantSignTime},
|
|
||||||
</if>
|
|
||||||
<if test="record.dataSource != null">
|
<if test="record.dataSource != null">
|
||||||
#{record.dataSource},
|
#{record.dataSource},
|
||||||
</if>
|
</if>
|
||||||
<if test="record.partnerFee != null">
|
<if test="record.certificationInfoRecordJson != null">
|
||||||
#{record.partnerFee},
|
#{record.certificationInfoRecordJson},
|
||||||
</if>
|
|
||||||
<if test="record.securityFund != null">
|
|
||||||
#{record.securityFund},
|
|
||||||
</if>
|
|
||||||
<if test="record.technicalServiceFee != null">
|
|
||||||
#{record.technicalServiceFee},
|
|
||||||
</if>
|
|
||||||
<if test="record.intentionMoney != null">
|
|
||||||
#{record.intentionMoney},
|
|
||||||
</if>
|
|
||||||
<if test="record.intentionSignerUsername != null">
|
|
||||||
#{record.intentionSignerUsername},
|
|
||||||
</if>
|
|
||||||
<if test="record.intentionSignerMobile != null">
|
|
||||||
#{record.intentionSignerMobile},
|
|
||||||
</if>
|
|
||||||
<if test="record.intentionEdu != null">
|
|
||||||
#{record.intentionEdu},
|
|
||||||
</if>
|
|
||||||
<if test="record.realControlUsername != null">
|
|
||||||
#{record.realControlUsername},
|
|
||||||
</if>
|
|
||||||
<if test="record.realControlIdcard != null">
|
|
||||||
#{record.realControlIdcard},
|
|
||||||
</if>
|
|
||||||
<if test="record.signerRealControlRelation != null">
|
|
||||||
#{record.signerRealControlRelation},
|
|
||||||
</if>
|
|
||||||
<if test="record.signerOtherRealControlRelation != null">
|
|
||||||
#{record.signerOtherRealControlRelation},
|
|
||||||
</if>
|
|
||||||
<if test="record.signerRealControlRelationCert != null">
|
|
||||||
#{record.signerRealControlRelationCert},
|
|
||||||
</if>
|
</if>
|
||||||
<if test="record.createTime != null">
|
<if test="record.createTime != null">
|
||||||
#{record.createTime},
|
#{record.createTime},
|
||||||
@@ -178,53 +89,17 @@
|
|||||||
<if test="record.partnerInterviewId != null">
|
<if test="record.partnerInterviewId != null">
|
||||||
partner_interview_id = #{record.partnerInterviewId},
|
partner_interview_id = #{record.partnerInterviewId},
|
||||||
</if>
|
</if>
|
||||||
<if test="record.partnership != null">
|
|
||||||
partnership = #{record.partnership},
|
|
||||||
</if>
|
|
||||||
<if test="record.qualifyVerifyId != null">
|
<if test="record.qualifyVerifyId != null">
|
||||||
qualify_verify_id = #{record.qualifyVerifyId},
|
qualify_verify_id = #{record.qualifyVerifyId},
|
||||||
</if>
|
</if>
|
||||||
<if test="record.intentionContractNo != null">
|
<if test="record.intentionContractNo != null">
|
||||||
intention_contract_no = #{record.intentionContractNo},
|
intention_contract_no = #{record.intentionContractNo},
|
||||||
</if>
|
</if>
|
||||||
<if test="record.wantSignTime != null">
|
<if test="record.dataSource != null">
|
||||||
want_sign_time = #{record.wantSignTime},
|
data_source = #{record.dataSource},
|
||||||
</if>
|
</if>
|
||||||
<if test="record.partnerFee != null">
|
<if test="record.certificationInfoRecordJson != null">
|
||||||
partner_fee = #{record.partnerFee},
|
certification_info_record_json = #{record.certificationInfoRecordJson},
|
||||||
</if>
|
|
||||||
<if test="record.securityFund != null">
|
|
||||||
security_fund = #{record.securityFund},
|
|
||||||
</if>
|
|
||||||
<if test="record.technicalServiceFee != null">
|
|
||||||
technical_service_fee = #{record.technicalServiceFee},
|
|
||||||
</if>
|
|
||||||
<if test="record.intentionMoney != null">
|
|
||||||
intention_money = #{record.intentionMoney},
|
|
||||||
</if>
|
|
||||||
<if test="record.intentionSignerUsername != null">
|
|
||||||
intention_signer_username = #{record.intentionSignerUsername},
|
|
||||||
</if>
|
|
||||||
<if test="record.intentionSignerMobile != null">
|
|
||||||
intention_signer_mobile = #{record.intentionSignerMobile},
|
|
||||||
</if>
|
|
||||||
<if test="record.intentionEdu != null">
|
|
||||||
intention_edu = #{record.intentionEdu},
|
|
||||||
</if>
|
|
||||||
<if test="record.realControlUsername != null">
|
|
||||||
real_control_username = #{record.realControlUsername},
|
|
||||||
</if>
|
|
||||||
<if test="record.realControlIdcard != null">
|
|
||||||
real_control_idcard = #{record.realControlIdcard},
|
|
||||||
</if>
|
|
||||||
<if test="record.signerRealControlRelation != null">
|
|
||||||
signer_real_control_relation = #{record.signerRealControlRelation},
|
|
||||||
</if>
|
|
||||||
<if test="record.signerOtherRealControlRelation != null">
|
|
||||||
signer_other_real_control_relation = #{record.signerOtherRealControlRelation},
|
|
||||||
</if>
|
|
||||||
<if test="record.signerRealControlRelationCert != null">
|
|
||||||
signer_real_control_relation_cert = #{record.signerRealControlRelationCert},
|
|
||||||
</if>
|
</if>
|
||||||
<if test="record.createTime != null">
|
<if test="record.createTime != null">
|
||||||
create_time = #{record.createTime},
|
create_time = #{record.createTime},
|
||||||
|
|||||||
@@ -30,56 +30,17 @@ public class HyPartnerCertificationInfoDO implements Serializable {
|
|||||||
@ApiModelProperty("hy_partner_interview.id")
|
@ApiModelProperty("hy_partner_interview.id")
|
||||||
private Long partnerInterviewId;
|
private Long partnerInterviewId;
|
||||||
|
|
||||||
@ApiModelProperty("合作关系:1总部下属;2小区代直营;3县代直营;4县代下属;5区代直营;6区代下属")
|
|
||||||
private String partnership;
|
|
||||||
|
|
||||||
@ApiModelProperty("资质审核流程id")
|
@ApiModelProperty("资质审核流程id")
|
||||||
private String qualifyVerifyId;
|
private String qualifyVerifyId;
|
||||||
|
|
||||||
@ApiModelProperty("意向合同编号")
|
@ApiModelProperty("意向合同编号")
|
||||||
private String intentionContractNo;
|
private String intentionContractNo;
|
||||||
|
|
||||||
@ApiModelProperty("意向签约时间")
|
|
||||||
private Date wantSignTime;
|
|
||||||
|
|
||||||
@ApiModelProperty("数据来源")
|
@ApiModelProperty("数据来源")
|
||||||
private String dataSource;
|
private String dataSource;
|
||||||
|
|
||||||
@ApiModelProperty("加盟费")
|
@ApiModelProperty("发起资质审核信息记录json字段")
|
||||||
private String partnerFee;
|
private String certificationInfoRecordJson;
|
||||||
|
|
||||||
@ApiModelProperty("保证金")
|
|
||||||
private String securityFund;
|
|
||||||
|
|
||||||
@ApiModelProperty("技术服务费")
|
|
||||||
private String technicalServiceFee;
|
|
||||||
|
|
||||||
@ApiModelProperty("意向金金额")
|
|
||||||
private String intentionMoney;
|
|
||||||
|
|
||||||
@ApiModelProperty("意向签约人姓名")
|
|
||||||
private String intentionSignerUsername;
|
|
||||||
|
|
||||||
@ApiModelProperty("意向签约人手机号")
|
|
||||||
private String intentionSignerMobile;
|
|
||||||
|
|
||||||
@ApiModelProperty("意向签约人学历")
|
|
||||||
private String intentionEdu;
|
|
||||||
|
|
||||||
@ApiModelProperty("实控人姓名")
|
|
||||||
private String realControlUsername;
|
|
||||||
|
|
||||||
@ApiModelProperty("实控人身份证")
|
|
||||||
private String realControlIdcard;
|
|
||||||
|
|
||||||
@ApiModelProperty("签约人与实控人关系")
|
|
||||||
private String signerRealControlRelation;
|
|
||||||
|
|
||||||
@ApiModelProperty("其他实控人与签约人关系")
|
|
||||||
private String signerOtherRealControlRelation;
|
|
||||||
|
|
||||||
@ApiModelProperty("实控人与签约人关系证明")
|
|
||||||
private String signerRealControlRelationCert;
|
|
||||||
|
|
||||||
@ApiModelProperty("创建时间")
|
@ApiModelProperty("创建时间")
|
||||||
private Date createTime;
|
private Date createTime;
|
||||||
|
|||||||
@@ -186,20 +186,7 @@ public class FlowServiceImpl implements FlowService {
|
|||||||
partnerCertificationInfoDO.setPartnerId(request.getPartnerId());
|
partnerCertificationInfoDO.setPartnerId(request.getPartnerId());
|
||||||
partnerCertificationInfoDO.setPartnerLineId(Long.valueOf(request.getLineId()));
|
partnerCertificationInfoDO.setPartnerLineId(Long.valueOf(request.getLineId()));
|
||||||
partnerCertificationInfoDO.setPartnerInterviewId(Long.valueOf(request.getInterviewId()));
|
partnerCertificationInfoDO.setPartnerInterviewId(Long.valueOf(request.getInterviewId()));
|
||||||
partnerCertificationInfoDO.setPartnership(String.valueOf(request.getPartnership()));
|
partnerCertificationInfoDO.setCertificationInfoRecordJson(JSONObject.toJSONString(request));
|
||||||
partnerCertificationInfoDO.setWantSignTime(DateUtil.parse(request.getWantSignTime()));
|
|
||||||
partnerCertificationInfoDO.setPartnerFee(request.getPartnerFee().toString());
|
|
||||||
partnerCertificationInfoDO.setSecurityFund(request.getSecurityFund().toString());
|
|
||||||
partnerCertificationInfoDO.setTechnicalServiceFee(request.getTechnicalServiceFee().toString());
|
|
||||||
partnerCertificationInfoDO.setIntentionMoney(request.getIntentionMoney().toString());
|
|
||||||
partnerCertificationInfoDO.setIntentionSignerUsername(request.getIntentionSignerUsername());
|
|
||||||
partnerCertificationInfoDO.setIntentionSignerMobile(request.getIntentionSignerMobile());
|
|
||||||
partnerCertificationInfoDO.setIntentionEdu(request.getIntentionEdu().toString());
|
|
||||||
partnerCertificationInfoDO.setRealControlUsername(request.getRealControlUsername());
|
|
||||||
partnerCertificationInfoDO.setRealControlIdcard(request.getRealControlIdcard());
|
|
||||||
partnerCertificationInfoDO.setSignerRealControlRelation(request.getSignerRealControlRelation().toString());
|
|
||||||
partnerCertificationInfoDO.setSignerOtherRealControlRelation(request.getSignerOtherRealControlRelation());
|
|
||||||
partnerCertificationInfoDO.setSignerRealControlRelationCert(request.getSignerRealControlRelationCert().toString());
|
|
||||||
partnerCertificationInfoDO.setCreateTime(new Date());
|
partnerCertificationInfoDO.setCreateTime(new Date());
|
||||||
partnerCertificationInfoDO.setUpdateTime(new Date());
|
partnerCertificationInfoDO.setUpdateTime(new Date());
|
||||||
//set 资质审核流程id
|
//set 资质审核流程id
|
||||||
|
|||||||
Reference in New Issue
Block a user