From 7f52dea2150ee71e3d78d5eef244d02ac8363a1c Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期四, 03 四月 2025 21:09:11 +0800 Subject: [PATCH] bug修改 --- ruoyi-system/src/main/resources/mapper/system/TBillMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-system/src/main/resources/mapper/system/TBillMapper.xml b/ruoyi-system/src/main/resources/mapper/system/TBillMapper.xml index 510dffe..e758b7a 100644 --- a/ruoyi-system/src/main/resources/mapper/system/TBillMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/system/TBillMapper.xml @@ -231,7 +231,7 @@ <if test="first!=null and last !=null"> AND tb.payable_fees_time BETWEEN #{first} AND #{last} </if> - GROUP BY tt.id </where> + GROUP BY tt.id </select> </mapper> -- Gitblit v1.7.1