Browse Source

fix

release_toaliyun_real
winter 11 months ago
parent
commit
c026c352d5
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 6
- 6
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml View File

@@ -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>


Loading…
Cancel
Save