{
"componentGroup": "组件组 C是普通组件 Q 查询条件组件",
"componentId": 102023070480690000,
"componentSql": "SELECT * FROM house_report WHERE status = 'occupied'",
"componentType": "组件类型,组件组 为C时 1001 表格,2002 饼状图 等等 组件组为Q 3003 input 4004 select 5005 日期 等等",
"createTime": "2019-08-24T14:15:22Z",
"javaScript": "HouseReportService.generateOccupancyReport()",
"name": "房屋入驻报表",
"queryModel": "1 sql2 java",
"remark": "无",
"statusCd": "数据状态,详细参考c_status表,S 保存,0, 在用 1失效"
}
curl --location --request PUT '/j3-report/report-component/modify' \
--header 'Content-Type: application/json' \
--data-raw '{
"componentGroup": "组件组 C是普通组件 Q 查询条件组件",
"componentId": 102023070480690000,
"componentSql": "SELECT * FROM house_report WHERE status = '\''occupied'\''",
"componentType": "组件类型,组件组 为C时 1001 表格,2002 饼状图 等等 组件组为Q 3003 input 4004 select 5005 日期 等等",
"createTime": "2019-08-24T14:15:22Z",
"javaScript": "HouseReportService.generateOccupancyReport()",
"name": "房屋入驻报表",
"queryModel": "1 sql2 java",
"remark": "无",
"statusCd": "数据状态,详细参考c_status表,S 保存,0, 在用 1失效"
}'
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}