From caab0040ff15ab84c99681f7e0e36c17bf7c10b7 Mon Sep 17 00:00:00 2001 From: Zhou Mingfa Date: Thu, 22 Feb 2024 11:20:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=91=98=E5=B7=A5=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E5=85=AC=E5=91=8A=E6=8C=89=E5=85=B3=E9=94=AE=E5=AD=97?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=97=B6=E7=9A=84SQL=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/mapper/business/oa/notice/NoticeDao.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smart-admin-api/sa-admin/src/main/resources/mapper/business/oa/notice/NoticeDao.xml b/smart-admin-api/sa-admin/src/main/resources/mapper/business/oa/notice/NoticeDao.xml index 11a97d6c..df5e9c42 100644 --- a/smart-admin-api/sa-admin/src/main/resources/mapper/business/oa/notice/NoticeDao.xml +++ b/smart-admin-api/sa-admin/src/main/resources/mapper/business/oa/notice/NoticeDao.xml @@ -124,7 +124,7 @@ AND ( INSTR(t_notice.title,#{query.keywords}) OR INSTR(t_notice.author,#{query.keywords}) - OR INSTR(t_notice.documentNumber,#{query.keywords}) + OR INSTR(t_notice.document_number,#{query.keywords}) OR INSTR(t_notice.source,#{query.keywords}) ) @@ -182,7 +182,7 @@ AND ( INSTR(t_notice.title,#{query.keywords}) OR INSTR(t_notice.author,#{query.keywords}) - OR INSTR(t_notice.documentNumber,#{query.keywords}) + OR INSTR(t_notice.document_number,#{query.keywords}) OR INSTR(t_notice.source,#{query.keywords}) )