rev 临时给车号

This commit is contained in:
USER-20220102CG\noblelift
2023-07-31 14:22:39 +08:00
parent 2ff46cfc91
commit c33a83e25c

View File

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