Compare commits

...

2 Commits

Author SHA1 Message Date
mashuai e9deecdee5 Merge remote-tracking branch 'origin/dev' into dev 2024-04-20 16:58:45 +08:00
mashuai f1a3e8839b bug 2024-04-20 16:58:38 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@
bagi.plan_start_time
<if test="typeId != null and typeId != ''">
HAVING
FIND_IN_SET(#{typeId}, GROUP_CONCAT(DISTINCT bad.type_id))
FIND_IN_SET(#{typeId}, GROUP_CONCAT(DISTINCT mt2.type_id))
</if>
ORDER BY
tt.task_status ASC,