From 4ee555a391411375feb67d14dc9b3600382392eb Mon Sep 17 00:00:00 2001 From: wujianwei <wjw@11.com> Date: 星期四, 14 八月 2025 14:18:48 +0800 Subject: [PATCH] 新增结算中和已结算无法修改数据 --- service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml b/service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml index 704608f..6a690e7 100644 --- a/service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml +++ b/service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml @@ -274,6 +274,10 @@ SELECT customer_name from pending_settlement_business group by customer_name </select> + <select id="selectPendingSettlementBusinessDispatchNos" resultType="java.lang.String"> + SELECT dispatch_no from pending_settlement_business where bill_id = #{id} + + </select> <!-- 鏂板 --> <insert id="insertPendingSettlementBusiness" parameterType="com.ruoyi.cwgl.domain.PendingSettlementBusiness" useGeneratedKeys="true" keyProperty="id"> -- Gitblit v1.8.0