delete from rm_loss_day where id = #{id,jdbcType=BIGINT} delete from st_loss_month where id = #{id,jdbcType=BIGINT} delete from st_loss_year where id = #{id,jdbcType=BIGINT} delete from rm_intake_amount_day 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 rm_client_amount_day 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}