|
@@ -385,7 +385,8 @@ public class SocketBufferServiceImpl implements SocketBufferService {
|
|
|
if (taskBean != null) {
|
|
|
|
|
|
taskBean.setAciAccept(1);
|
|
|
- taskBean.setSystemStatus((parameters[3] & 0xff));
|
|
|
+ taskBean.setSystemStatus(ObjectUtil.equals(taskBean.getEvent(), AmsConstant.TASK_STS.TASK7.getKey()) ?
|
|
|
+ AmsConstant.TASK_STS.TASK7.getValue() : (parameters[3] & 0xff));
|
|
|
taskBean.setServerAck(0);
|
|
|
taskBean.setIsDelete(null);
|
|
|
taskBean.setRoadway(ndcStatusValue);
|