From 659e4e3d5f5adc0f165bae3b305fef6ec0db9f3b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=B1=88=E5=B1=95=E8=88=AA?= <2426745133@qq.com>
Date: Tue, 2 Sep 2025 09:11:33 +0800
Subject: [PATCH] =?UTF-8?q?09-02-=E5=AE=8C=E5=96=84=E7=A8=8E=E7=8E=87?=
=?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=AF=B9=E5=BA=94sql?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../mapper/tender/BusBillofquantitiesLimitListMapper.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/xinnengyuan/ruoyi-modules/ruoyi-system/src/main/resources/mapper/tender/BusBillofquantitiesLimitListMapper.xml b/xinnengyuan/ruoyi-modules/ruoyi-system/src/main/resources/mapper/tender/BusBillofquantitiesLimitListMapper.xml
index f39c3238..be001c58 100644
--- a/xinnengyuan/ruoyi-modules/ruoyi-system/src/main/resources/mapper/tender/BusBillofquantitiesLimitListMapper.xml
+++ b/xinnengyuan/ruoyi-modules/ruoyi-system/src/main/resources/mapper/tender/BusBillofquantitiesLimitListMapper.xml
@@ -17,6 +17,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
+
@@ -50,6 +51,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
b.unit as unit,
b.quantity as quantity,
b.unit_price as unitPrice,
+ b.tax_rate as taxRate,
b.remark as remark,
0 as level
from bus_billofquantities_limit_list b
@@ -94,6 +96,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
bbll.unit as unit,
bbll.quantity as quantity,
bbll.unit_price as unitPrice,
+ bbll.tax_rate as taxRate,
bbll.remark as remark,
SUM(btpll.num) AS useQuantity
FROM
@@ -133,6 +136,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
bbll.specification as specification,
bbll.unit as unit,
bbll.quantity as quantity,
+ bbll.tax_rate as taxRate,
bbll.unit_price as unitPrice,
bbll.remark as remark,
SUM(btpll.num) AS useQuantity