curl --location --request GET '/business/project/list?createBy&createTime&updateBy&updateTime&remark&id&initiator&team&serialNumber&jobNumber&company&customer&customerCategory&name&no&isBusiness&isInitiate&contractNo&contractDate&contractStartDate&contractEndDate&isNew&isCrossTeam®ion&department&amount&budgetCost&profitMargin&isValid&businessType&manager&managerId&member&memberId&createUserId&updateUserId&pageSize&pageNum' \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6Ijg1ZGQyMjFhLTMwZjQtNDdjNS04MmYxLWJkOWYyM2E0NzIzNyJ9.7cjOFUNC1zh4ojUHyEN4RrF5wkcnRSJKQpQgm1ZSx-pkD21-kHIf1w-5hCaUzb4XFkBxpyNDTfCAvH_2aLotPA'{
"total": 1,
"rows": [
{
"createBy": "admin",
"createTime": "2024-05-16 15:11:38",
"updateBy": "",
"updateTime": null,
"remark": null,
"id": 1,
"initiator": "admin",
"team": "AIGC",
"serialNumber": "FSXM-020405160001",
"jobNumber": "999999",
"company": "佛山新闻网有限公司",
"companyId": 1,
"customer": "客户名称客户名称",
"customerCategory": "政府",
"name": "XXXXXX项目合作协议",
"no": "XM-202405160001",
"isBusiness": true,
"isInitiate": true,
"contractNo": "SO2404290030",
"contractDate": "2024-04-01",
"contractStartDate": "2024-04-01",
"contractEndDate": "2024-12-31",
"isNew": true,
"isCrossTeam": false,
"region": "市直",
"department": "经济组",
"amount": 150000,
"budgetCost": 30000,
"profitMargin": null,
"isValid": true,
"businessType": "技术开发, 可视化传播",
"manager": "admin",
"managerId": "33",
"member": "admin",
"memberId": "33",
"amountAllocateList": [
{
"createBy": "admin",
"createTime": "2024-05-16 15:17:39",
"updateBy": "",
"updateTime": null,
"remark": null,
"id": 1,
"projectId": 1,
"department": "政务新闻部",
"team": "经济组",
"amount": 15000,
"createUserId": 1,
"updateUserId": null,
"isDeleted": false
}
],
"taskAllocateList": [
{
"createBy": "admin",
"createTime": "2024-05-16 15:30:52",
"updateBy": "",
"updateTime": null,
"remark": null,
"id": 1,
"projectId": 1,
"name": "网站开发",
"amount": 55000,
"businessType": "技术开发",
"businessTypeSegment": "其他",
"isStationed": false,
"team": "经济组",
"serialNumber": "FSRW-4N966QA1ARXIKXVLVA2",
"createUserId": 1,
"updateUserId": null,
"isDeleted": "0"
},
{
"createBy": "admin",
"createTime": "2024-05-16 15:30:52",
"updateBy": "",
"updateTime": null,
"remark": null,
"id": 2,
"projectId": 1,
"name": "页面设计",
"amount": 95000,
"businessType": "可视化传播",
"businessTypeSegment": "全媒制作",
"isStationed": false,
"team": "经济组",
"serialNumber": "FSRW-9Z766DKX3L9ALKXVLRS6",
"createUserId": 1,
"updateUserId": null,
"isDeleted": "0"
}
],
"createUserId": 1,
"updateUserId": null
}
],
"code": 200,
"msg": "查询成功"
}