From 66144f07ce63276d71930c46f8dbef47a6f200be Mon Sep 17 00:00:00 2001 From: lSun <15893999301@qq.com> Date: Sun, 27 Apr 2025 14:54:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E9=A2=84=E4=BB=98=E6=AC=BE?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E5=8A=9F=E8=83=BD=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/mappers/ca/PrepaymentMapper.xml | 3 --- src/main/resources/static/pages/prepayment/proList.html | 4 ++-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/main/resources/mappers/ca/PrepaymentMapper.xml b/src/main/resources/mappers/ca/PrepaymentMapper.xml index c4bfec9..d6704a6 100644 --- a/src/main/resources/mappers/ca/PrepaymentMapper.xml +++ b/src/main/resources/mappers/ca/PrepaymentMapper.xml @@ -127,9 +127,6 @@ AND ( bm.project_code LIKE CONCAT('%', #{params.keyword}, '%') OR bm.project_name LIKE CONCAT('%', #{params.keyword}, '%') - OR bm.business_unit LIKE CONCAT('%', #{params.keyword}, '%') - OR bm.contact_unit LIKE CONCAT('%', #{params.keyword}, '%') - OR bm.type LIKE CONCAT('%', #{params.keyword}, '%') ) diff --git a/src/main/resources/static/pages/prepayment/proList.html b/src/main/resources/static/pages/prepayment/proList.html index c82b405..dcfba06 100644 --- a/src/main/resources/static/pages/prepayment/proList.html +++ b/src/main/resources/static/pages/prepayment/proList.html @@ -39,10 +39,10 @@
- +
-
+
...