From 446f423ccea20bfbcd03b7f2f4a680567277b5c3 Mon Sep 17 00:00:00 2001 From: wujianwei <wjw@11.com> Date: 星期四, 28 八月 2025 15:32:32 +0800 Subject: [PATCH] 新增前后端 --- service/src/main/resources/mapper/cwgl/EstimatedReceivableMapper.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/service/src/main/resources/mapper/cwgl/EstimatedReceivableMapper.xml b/service/src/main/resources/mapper/cwgl/EstimatedReceivableMapper.xml index 41b368e..3462f13 100644 --- a/service/src/main/resources/mapper/cwgl/EstimatedReceivableMapper.xml +++ b/service/src/main/resources/mapper/cwgl/EstimatedReceivableMapper.xml @@ -194,6 +194,10 @@ <update id="updateEstimatedReceivableBillStatus"> UPDATE estimated_receivable SET related_bill_status = #{status} + <if test="billName !=null and billName != ''"> + , related_bill_name = #{billName} + </if> + WHERE dispatch_no IN <foreach item="item" collection="list" open="(" separator="," close=")"> #{item} -- Gitblit v1.8.0