This commit is contained in:
parent
4ded4d7b97
commit
ac0646df6b
|
|
@ -84,15 +84,13 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
plan_start_time, contract_code, auth_person,
|
||||
phone, create_time, update_by,
|
||||
update_time, remark, company_id, protocol,
|
||||
branch_project, company_id
|
||||
)
|
||||
branch_project)
|
||||
values (#{agreementCode,jdbcType=VARCHAR}, #{signTime,jdbcType=VARCHAR}, #{unitId,jdbcType=INTEGER}, #{projectUnitId,jdbcType=INTEGER},
|
||||
#{projectId,jdbcType=INTEGER}, #{createBy,jdbcType=VARCHAR}, #{leaseDay,jdbcType=INTEGER},
|
||||
#{planStartTime,jdbcType=TIMESTAMP}, #{contractCode,jdbcType=VARCHAR}, #{authPerson,jdbcType=VARCHAR},
|
||||
#{phone,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP}, #{updateBy,jdbcType=VARCHAR},
|
||||
#{updateTime,jdbcType=TIMESTAMP}, #{remark,jdbcType=VARCHAR}, #{companyId,jdbcType=INTEGER}, #{protocol,jdbcType=VARCHAR},
|
||||
#{branchProIdsStr,jdbcType=VARCHAR}, #{companyId}
|
||||
)
|
||||
#{branchProIdsStr,jdbcType=VARCHAR})
|
||||
</insert>
|
||||
|
||||
<insert id="insertBmAgreementInfoClz" parameterType="com.bonus.material.basic.domain.BmAgreementInfo" useGeneratedKeys="true" keyProperty="agreementId">
|
||||
|
|
|
|||
Loading…
Reference in New Issue