From 888fa40147c9969eef2a1b2cb59dabc77a101f44 Mon Sep 17 00:00:00 2001 From: 15856 <15856818120@163.com> Date: Tue, 3 Dec 2024 14:14:28 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=96=99=E9=80=BB=E8=BE=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/mapper/app/BackReceiveMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgzb-modules/sgzb-material/src/main/resources/mapper/app/BackReceiveMapper.xml b/sgzb-modules/sgzb-material/src/main/resources/mapper/app/BackReceiveMapper.xml index 5096835..ab21e65 100644 --- a/sgzb-modules/sgzb-material/src/main/resources/mapper/app/BackReceiveMapper.xml +++ b/sgzb-modules/sgzb-material/src/main/resources/mapper/app/BackReceiveMapper.xml @@ -631,7 +631,7 @@ LEFT JOIN ma_type mt4 ON mt4.type_id = mt3.parent_id LEFT JOIN sys_dic sd ON sd.id = tt.task_status WHERE - tt.task_status IN ( 37, 38, 39, 40 ) + tt.task_status IN ( 37, 38, 39, 40 ,139) and bai.code like concat('%', #{keyWord}, '%')