|
|
@@ -109,8 +109,8 @@ public class GasApi {
|
|
|
* 燃气-巡查巡检数据-接收接口
|
|
|
*/
|
|
|
@RequestMapping("/inspectionRecordDataReceiver")
|
|
|
- public AjaxResult inspectionRecordDataReceiver(@RequestBody JSONObject json) {
|
|
|
- log.info("燃气-巡查巡检数据-接收成功: {}", json);
|
|
|
+ public AjaxResult inspectionRecordDataReceiver(@RequestBody JSONArray jsonArray) {
|
|
|
+ log.info("燃气-巡查巡检数据-接收成功: {}", jsonArray.toJSONString());
|
|
|
// GasInspectionTaskRecord inspectionRecord = JSONObject.toJavaObject(json, GasInspectionTaskRecord.class);
|
|
|
// int result = inspectionTaskRecordService.insertGasInspectionTaskRecord(inspectionRecord);
|
|
|
// if (result > 0) {
|