|
@ -82,7 +82,7 @@ public class QueryZDAgvTaskStatus { |
|
|
|
|
|
|
|
|
JSONObject jo = new JSONObject(); |
|
|
JSONObject jo = new JSONObject(); |
|
|
jo.put("taskCode",entity.getTask_code()); |
|
|
jo.put("taskCode",entity.getTask_code()); |
|
|
jo.put("carId",vehicle); |
|
|
jo.put("carId","111"); |
|
|
jo.put("taskType ",entity.getTask_type()); |
|
|
jo.put("taskType ",entity.getTask_type()); |
|
|
jo.put("feedbackStatus","taking"); |
|
|
jo.put("feedbackStatus","taking"); |
|
|
log.info("请求参数:{}",jo); |
|
|
log.info("请求参数:{}",jo); |
|
|