t_firm_reports.id,
t_firm_reports.firm_id as firmId,
t_firm_reports.user_id as userId,
t_firm_reports.declare_year as declareYear,
t_firm_reports.declare_quarter as declareQuarter,
t_firm_reports.revenue as revenue,
t_firm_reports.total_cost as totalCost,
t_firm_reports.public_welfare_cost as publicWelfareCost,
t_firm_reports.cost_income_ratio as costIncomeRatio,
t_firm_reports.approval_status as approvalStatus,
t_firm_reports.submission_time as submissionTime,
t_firm_reports.approver_id as approverId,
t_firm_reports.create_time as createTime,
t_firm_reports.update_time as updateTime,
t_firm_reports.del_flag as delFlag
UPDATE t_firm_reports
SET approval_status = 3
WHERE id IN
#{item}