{
"isAll": 1,
"countType": 1,
"keyword": "",
"isNotPower": 0,
"sqlConditionBo": {
"searchText": "",
"filedList": [
"customer_full_name",
"project_name",
"related_party_name",
"related_party_number",
"salesman_name",
"number",
"salesman_no",
"depart_name",
"project_industry_name",
"project_type_name",
"project_type_top_name",
"term_of_validity_days",
"area",
"project_city",
"state",
"estimated_trading_amount",
"project_industry_name",
"project_industry_number",
"project_type_name",
"project_type_number"
],
"sqlConditionList": [
{
"columnName": "state",
"condition": "in",
"keywordList": [
8
]
}
]
}
}curl --location 'https://crm-dev.e-lansen.com/api/sales/project/count-district-project-size' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"isAll": 1,
"countType": 1,
"keyword": "",
"isNotPower": 0,
"sqlConditionBo": {
"searchText": "",
"filedList": [
"customer_full_name",
"project_name",
"related_party_name",
"related_party_number",
"salesman_name",
"number",
"salesman_no",
"depart_name",
"project_industry_name",
"project_type_name",
"project_type_top_name",
"term_of_validity_days",
"area",
"project_city",
"state",
"estimated_trading_amount",
"project_industry_name",
"project_industry_number",
"project_type_name",
"project_type_number"
],
"sqlConditionList": [
{
"columnName": "state",
"condition": "in",
"keywordList": [
8
]
}
]
}
}'{}