Commit 8532d446 authored by taabe's avatar taabe

力量调派资源树接口修改

parent 23472276
......@@ -11,8 +11,9 @@
FROM
cb_fire_team ft
LEFT JOIN cb_firefighters ff ON ff.fire_team_id = ft.sequence_nbr
WHERE ft.is_delete = 0
WHERE
ft.is_delete = 0 and ft.type_code = 118
GROUP BY
ff.fire_team_id
ft.sequence_nbr
</select>
</mapper>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment