Parcourir la source

[bug][修改][修改预览账单问题]

release_toaliyun_real
luozukai il y a 7 ans
Parent
révision
adb6b40291
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml
  2. +1
    -1
      mallinkService/src/main/resources/mapper/WxBillRentMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml Voir le fichier

@@ -174,7 +174,7 @@
</update>

<update id="updatePreviewStatus" parameterType="com.iformall.domain.po.WxBillProperty">
update wx_bill_property set is_preview = #{isPreview},merchant_id = #{merchantId}
update wx_bill_property set is_preview = #{isPreview},merchant_id = #{merchantId},need_pay = receive_pay
where property_contract_id = #{propertyContractId}
</update>



+ 1
- 1
mallinkService/src/main/resources/mapper/WxBillRentMapper.xml Voir le fichier

@@ -173,7 +173,7 @@
</update>

<update id="updatePreviewStatus" parameterType="com.iformall.domain.po.WxBillRent">
update wx_bill_rent set is_preview = #{isPreview},merchant_id = #{merchantId}
update wx_bill_rent set is_preview = #{isPreview},merchant_id = #{merchantId},need_pay = receive_pay
where rent_contract_id = #{rentContractId}
</update>



Chargement…
Annuler
Enregistrer