service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml
@@ -525,6 +525,11 @@ #{item} </foreach> </update> <update id="updatePendingSettlementBusinessByBillId"> UPDATE pending_settlement_business set bill_name = #{billName} where bill_id = #{id} </update> <!--删除--> <delete id="deletePendingSettlementBusinessById" parameterType="Integer"> @@ -536,5 +541,9 @@ #{id} </foreach> </delete> <delete id="cancelRelevancy"> UPDATE pending_settlement_business set bill_id = null ,bill_name = null where id = #{id} </delete> </mapper>