@@ -695,6 +695,7 @@ FROM
LEFT JOIN t_address ta ON tc.f_updateaddress = ta.f_id
WHERE
ta.f_name != '在船'
+ AND tc.f_status != 'F'
GROUP BY tc.f_updateaddress
UNION
SELECT
@@ -705,6 +706,7 @@ FROM
ta.f_name = '在船'
</select>
<update id="updateHire" parameterType="TCntrno">
update t_cntrno