From 8ad0d1ebdd0d9eab8b706901e3304cbb1b439c30 Mon Sep 17 00:00:00 2001 From: wujianwei <wjw@11.com> Date: 星期三, 13 八月 2025 15:23:09 +0800 Subject: [PATCH] 新增结算接口 --- service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml b/service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml index 1516884..704608f 100644 --- a/service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml +++ b/service/src/main/resources/mapper/cwgl/PendingSettlementBusinessMapper.xml @@ -55,7 +55,7 @@ <result property="updateTime" column="update_time" /> <result property="isCreate" column="is_create" /> <result property="billId" column="bill_id" /> - <result property="billId" column="bill_name" /> + <result property="billName" column="bill_name" /> </resultMap> <sql id="selectPendingSettlementBusinessVo"> -- Gitblit v1.8.0