bug
This commit is contained in:
parent
45d551f864
commit
f1a3e8839b
|
|
@ -648,7 +648,7 @@
|
||||||
bagi.plan_start_time
|
bagi.plan_start_time
|
||||||
<if test="typeId != null and typeId != ''">
|
<if test="typeId != null and typeId != ''">
|
||||||
HAVING
|
HAVING
|
||||||
FIND_IN_SET(#{typeId}, GROUP_CONCAT(DISTINCT bad.type_id))
|
FIND_IN_SET(#{typeId}, GROUP_CONCAT(DISTINCT mt2.type_id))
|
||||||
</if>
|
</if>
|
||||||
ORDER BY
|
ORDER BY
|
||||||
tt.task_status ASC,
|
tt.task_status ASC,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue