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