- select organ_id_ 'key',SUM(cloud_price_) 'value' from operating_report_cloud where cloud_price_ < 0 AND DATE_FORMAT(start_date_,'%Y-m%') = '2022-09'
+ select organ_id_ 'key',SUM(cloud_price_) 'value' from operating_report_cloud where cloud_price_ < 0 AND DATE_FORMAT(start_date_,'%Y-m%') = #{month}