Browse Source

[铜锣湾][修改][预账单]

release_toaliyun_real
luozukai 7 years ago
committed by Stormeye Wu
parent
commit
733135e485
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxBillPropertyMapper.xml View File

@@ -125,7 +125,7 @@

<update id="updateInvalidStatus" parameterType="com.iformall.domain.po.WxBillProperty">
update wx_bill_property set status = 6 where property_contract_id = #{propertyContractId}
and status = 4
and status in(4,2)
</update>

<update id="updateInvalidStatusByRent" parameterType="com.iformall.domain.po.WxRentContract">


Loading…
Cancel
Save