Compare commits
No commits in common. "e9deecdee580cb46a6f9a39f6d068d9d85ff8ceb" and "c180ad60e72ea90e0f82334e9fb08c4ca2e2cd2e" have entirely different histories.
e9deecdee5
...
c180ad60e7
|
|
@ -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 mt2.type_id))
|
FIND_IN_SET(#{typeId}, GROUP_CONCAT(DISTINCT bad.type_id))
|
||||||
</if>
|
</if>
|
||||||
ORDER BY
|
ORDER BY
|
||||||
tt.task_status ASC,
|
tt.task_status ASC,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue