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}, '%') - )) + )