Closed CarsonYue closed 5 months ago
入参: `{ "@record_date":"2024-05", "@region": [1,2], "@station_name": ["电站55","电站66"], "@customer_name": ["客户名称55","客户名称6"], "@business_type": ["1","2"], "@business_stage": ["1","4"], "[]": { "ValueAddedBusinessRecord": { "record_date@": "@record_date", "region{}@": "@region", "station_name{}@": "@station_name", "customer_name{}@": "@customer_name", "business_type{}@": "@business_type", "business_stage{}@": "@business_stage", "@column":"id,record_date,region,business_scope,station_name,customer_name,business_clue,opportunity_point,business_type,business_stage,have_budget,contract_amount,acceptance_amount,invoice_amount,cashed_amount,acceptance_file,solution_file,concat(plan_finish_year,'-',plan_finish_quarter)"
}
} }` 提示不合法!不允许传超过 100 个字符的函数或表达式!请用 @raw 简化传参!,@raw怎么用?没有尝试成功
Description
入参: `{ "@record_date":"2024-05", "@region": [1,2], "@station_name": ["电站55","电站66"], "@customer_name": ["客户名称55","客户名称6"], "@business_type": ["1","2"], "@business_stage": ["1","4"], "[]": { "ValueAddedBusinessRecord": { "record_date@": "@record_date", "region{}@": "@region", "station_name{}@": "@station_name", "customer_name{}@": "@customer_name", "business_type{}@": "@business_type", "business_stage{}@": "@business_stage", "@column":"id,record_date,region,business_scope,station_name,customer_name,business_clue,opportunity_point,business_type,business_stage,have_budget,contract_amount,acceptance_amount,invoice_amount,cashed_amount,acceptance_file,solution_file,concat(plan_finish_year,'-',plan_finish_quarter)"
} }` 提示不合法!不允许传超过 100 个字符的函数或表达式!请用 @raw 简化传参!,@raw怎么用?没有尝试成功