add:日志

This commit is contained in:
zhangzq
2024-08-08 18:00:33 +08:00
parent 226507c784
commit 678cf1423f

View File

@@ -63,6 +63,7 @@ public class SortingServiceImpl implements SortingService {
// TODO:呼叫空托
iSchBasePointService.update(new UpdateWrapper<SchBasePoint>()
.set("is_lock",true)
.set("remark",task_code)
.eq("point_code",pointCode));
JSONObject taskParam = new JSONObject(MapOf.of("task_code",task_code,"job_name",jobname,"device_code",pointCode,"requestNo"
, "sorting_"+IdUtil.getStringId(),"ext_data",jsonObject,"vehicle_code",vehicle_code,"ext_data",jsonObject));