From 69f6a5c54eb608fb93d3a8638d4553ebed00f61d Mon Sep 17 00:00:00 2001 From: wujianwei <wjw@11.com> Date: 星期五, 15 八月 2025 10:59:34 +0800 Subject: [PATCH] 修改 --- service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml b/service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml index 7d18ae6..4c0c6a4 100644 --- a/service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml +++ b/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"> -- Gitblit v1.8.0