From f1a3e8839bfa6c427ea0913e90b6627d4f82035b Mon Sep 17 00:00:00 2001 From: mashuai Date: Sat, 20 Apr 2024 16:58:38 +0800 Subject: [PATCH] bug --- .../src/main/resources/mapper/app/BackReceiveMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgzb-modules/sgzb-base/src/main/resources/mapper/app/BackReceiveMapper.xml b/sgzb-modules/sgzb-base/src/main/resources/mapper/app/BackReceiveMapper.xml index d167c265..aa6787d0 100644 --- a/sgzb-modules/sgzb-base/src/main/resources/mapper/app/BackReceiveMapper.xml +++ b/sgzb-modules/sgzb-base/src/main/resources/mapper/app/BackReceiveMapper.xml @@ -648,7 +648,7 @@ bagi.plan_start_time HAVING - FIND_IN_SET(#{typeId}, GROUP_CONCAT(DISTINCT bad.type_id)) + FIND_IN_SET(#{typeId}, GROUP_CONCAT(DISTINCT mt2.type_id)) ORDER BY tt.task_status ASC,