From 690e8d057669e04e31a27c9277fc652fdc1801ef Mon Sep 17 00:00:00 2001
From: "liang.chao" <1360241448@qq.com>
Date: Thu, 19 Dec 2024 13:10:38 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85=E6=9F=A5?=
 =?UTF-8?q?=E8=AF=A2bug=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
 .../main/resources/mapper/material/order/OrderInfoMapper.xml  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/order/OrderInfoMapper.xml b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/order/OrderInfoMapper.xml
index 35bf794..6817d4c 100644
--- a/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/order/OrderInfoMapper.xml
+++ b/bonus-modules/bonus-material-mall/src/main/resources/mapper/material/order/OrderInfoMapper.xml
@@ -155,10 +155,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             OR (hh.rent_begin_time < #{startTime} AND hh.rent_end_time > #{endTime}))
         
         
-            AND c.company_name like concat('%',#{czcompanyName},'%')
+            AND up.dept_name like concat('%',#{czcompanyName},'%')
         
         
-            AND dept.companyName like concat('%',#{companyName},'%')
+            AND dept.dept_name like concat('%',#{companyName},'%')
         
         
             AND mt.lease_price BETWEEN #{lowerBound} AND #{upperBound}