Commit 6fe4d7b8 authored by litengwei's avatar litengwei

任务 8612 任务 8695

parent 9ba288e7
......@@ -69,7 +69,7 @@
order by sign.rec_date desc
</select>
<select id="queryPersonNum" resultType="java.lang.Integer">
select count(*) from cb_firefighters where fire_team_id = (
select count(*) from cb_firefighters where fire_team_id in (
select sequence_nbr from cb_fire_team where biz_org_code = #{bizOgrCode} and type_code = '116'
)
</select>
......
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