From 44cdf5449840786c25cb0e8f7c315f12da5d221c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Thu, 11 Dec 2025 16:30:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20=E5=8F=8D=E9=A6=88?= =?UTF-8?q?=E6=8F=8F=E8=BF=B0=20=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mapper/pms/EamMapper.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/mapper/pms/EamMapper.xml b/src/main/resources/mapper/pms/EamMapper.xml index 17334836..040ef803 100644 --- a/src/main/resources/mapper/pms/EamMapper.xml +++ b/src/main/resources/mapper/pms/EamMapper.xml @@ -1129,6 +1129,9 @@ AND a.repair_type = #{query.repairType} + + AND b.FeedBackDesc like '%' +#{query.feedBackDesc}+'%' + and a.FunctionType =#{query.functionType} ORDER BY a.PlanDate,