delete from st_loss_month
where id = #{id,jdbcType=BIGINT}
delete from st_loss_year
where id = #{id,jdbcType=BIGINT}
delete from st_intake_amount_month
where id = #{id,jdbcType=BIGINT}
delete from st_intake_amount_year
where id = #{id,jdbcType=BIGINT}
delete from st_client_amount_month
where id = #{id,jdbcType=BIGINT}
delete from st_client_amount_year
where id = #{id,jdbcType=BIGINT}