|
|
|
@@ -245,12 +245,12 @@ |
|
|
|
|
|
|
|
<update id="copyValidDeleteContract" parameterType="com.iformall.domain.po.WxRentContract"> |
|
|
|
insert into wx_rent_contract_valid_delete(<include refid="allColumns"/>) values( |
|
|
|
#{item.id},#{item.customersId},#{item.tenantId},#{item.parentTenantId},#{item.decimalSize},#{item.rentalStartDate}, |
|
|
|
#{item.rentalEndDate},#{item.signDate},#{item.filepath},#{item.status},#{item.contractNumber},#{item.createBy}, |
|
|
|
#{item.updateBy},#{item.dayPriceCalcute},#{item.monthAverageDays},#{item.cashtypeContentLsit},#{item.isDel}, |
|
|
|
#{item.updatetime},#{item.createtime},#{item.linkPerson},#{item.linkPhone},#{item.linkAddress},#{item.lease}, |
|
|
|
#{item.type},#{item.fromId},#{item.endContractTime},#{item.applyStatus},#{item.createByName},#{item.updateByName}, |
|
|
|
#{item.rentInfo},#{item.fileNames},#{item.shopIdStr},#{item.designFile},#{item.remark},#{item.orginId} |
|
|
|
#{id},#{customersId},#{tenantId},#{parentTenantId},#{decimalSize},#{rentalStartDate}, |
|
|
|
#{rentalEndDate},#{signDate},#{filepath},#{status},#{contractNumber},#{createBy}, |
|
|
|
#{updateBy},#{dayPriceCalcute},#{monthAverageDays},#{cashtypeContentLsit},#{isDel}, |
|
|
|
#{updatetime},#{createtime},#{linkPerson},#{linkPhone},#{linkAddress},#{lease}, |
|
|
|
#{type},#{fromId},#{endContractTime},#{applyStatus},#{createByName},#{updateByName}, |
|
|
|
#{rentInfo},#{fileNames},#{shopIdStr},#{designFile},#{remark},#{orginId} |
|
|
|
) |
|
|
|
</update> |
|
|
|
|
|
|
|
|