rev:修改二次分配请求
This commit is contained in:
@@ -1003,7 +1003,9 @@ public class CockpitServiceImpl implements CockpitService {
|
||||
//todo 待补充信号逻辑
|
||||
for (Object object : agv) {
|
||||
JSONObject jsonObject = (JSONObject) object;
|
||||
if (StringUtils.isBlank(jsonObject.getString("move"))) {
|
||||
if (StringUtils.isNotBlank(jsonObject.getString("task_id"))) {
|
||||
jsonObject.put("move", "1");
|
||||
} else {
|
||||
jsonObject.put("move", "0");
|
||||
}
|
||||
if (StringUtils.isBlank(jsonObject.getString("full"))) {
|
||||
|
||||
Reference in New Issue
Block a user