From 0ebd3dee2420ec5165ff5e8e490f13dc2fababcf Mon Sep 17 00:00:00 2001
From: lidongyang <506508008@qq.com>
Date: Wed, 8 Apr 2026 12:59:50 +0800
Subject: [PATCH] =?UTF-8?q?fix[project]:=20=E4=BB=BB=E5=8A=A1=E5=BE=85?=
=?UTF-8?q?=E5=8A=9E=E6=A0=87=E8=AE=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../resources/mapper/SimulationTaskMapper.xml | 40 +++++++++----------
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/project/src/main/resources/mapper/SimulationTaskMapper.xml b/project/src/main/resources/mapper/SimulationTaskMapper.xml
index ef998bb9..617a8655 100644
--- a/project/src/main/resources/mapper/SimulationTaskMapper.xml
+++ b/project/src/main/resources/mapper/SimulationTaskMapper.xml
@@ -822,11 +822,11 @@
))
- and (toDoMarker in (
-
- #{toDoMarker}
+ and (
+
+ toDoMarker LIKE CONCAT('%', #{toDoMarker}, '%')
- ))
+ )
order by create_time desc
@@ -980,11 +980,11 @@
- and (toDoMarker in (
-
- #{toDoMarker}
+ and (
+
+ toDoMarker LIKE CONCAT('%', #{toDoMarker}, '%')
- ))
+ )
@@ -1135,11 +1135,11 @@
- and (toDoMarker in (
-
- #{toDoMarker}
+ and (
+
+ toDoMarker LIKE CONCAT('%', #{toDoMarker}, '%')
- ))
+ )
@@ -1307,11 +1307,11 @@
- and (toDoMarker in (
-
- #{toDoMarker}
+ and (
+
+ toDoMarker LIKE CONCAT('%', #{toDoMarker}, '%')
- ))
+ )
@@ -1522,11 +1522,11 @@
- and (toDoMarker in (
-
- #{toDoMarker}
+ and (
+
+ toDoMarker LIKE CONCAT('%', #{toDoMarker}, '%')
- ))
+ )