opt: 增加叉腿抬升和下降动作报错记录
This commit is contained in:
@@ -584,7 +584,7 @@ public class HomeServiceImpl implements HomeService {
|
||||
taskjo.put("step", "0");
|
||||
updateTaskStatus(taskjo, null);
|
||||
} else {
|
||||
String error = TaskSendBackStatusEnum.getName(resultflag);
|
||||
log.error("handleTaskStatus-叉抬升失败:{}",TaskSendBackStatusEnum.getName(resultflag));
|
||||
}
|
||||
}
|
||||
qeryDebuggerInfoQuick();
|
||||
@@ -599,11 +599,11 @@ public class HomeServiceImpl implements HomeService {
|
||||
JSONObject resjo = JSONObject.parseObject(send.toString());
|
||||
String resultflag = resjo.getString("result");
|
||||
if (StrUtil.equals("0", resultflag)) {
|
||||
//叉腿已抬升
|
||||
//叉腿已下降
|
||||
taskjo.put("step", "0");
|
||||
updateTaskStatus(taskjo, null);
|
||||
} else {
|
||||
String error = TaskSendBackStatusEnum.getName(resultflag);
|
||||
log.error("handleTaskStatus-叉腿下降失败:{}",TaskSendBackStatusEnum.getName(resultflag));
|
||||
}
|
||||
}
|
||||
qeryDebuggerInfoQuick();
|
||||
|
||||
@@ -4,7 +4,7 @@ spring:
|
||||
freemarker:
|
||||
check-template-location: false
|
||||
profiles:
|
||||
active: prod
|
||||
active: dev
|
||||
jackson:
|
||||
time-zone: GMT+8
|
||||
data:
|
||||
|
||||
Reference in New Issue
Block a user