Commit 3eb761c2 authored by hanbing's avatar hanbing

[update] 快速特勤,修改路线时保存锁定状态

parent 6c6bf7b7
...@@ -528,7 +528,7 @@ public class SpecialServiceServiceImpl implements SpecialServiceService { ...@@ -528,7 +528,7 @@ public class SpecialServiceServiceImpl implements SpecialServiceService {
specialServiceCrossPO.setOutDir(outDir); specialServiceCrossPO.setOutDir(outDir);
} }
specialServiceCrossPO.setSort(sort); specialServiceCrossPO.setSort(sort);
specialServiceCrossPO.setStatus(0); specialServiceCrossPO.setStatus(crossListElement.getStatus());
specialServiceCrossPO.setAutoUnlock(0); specialServiceCrossPO.setAutoUnlock(0);
specialServiceCrossMapper.insertOne(specialServiceCrossPO); specialServiceCrossMapper.insertOne(specialServiceCrossPO);
currentCrossId = nextCrossId; currentCrossId = nextCrossId;
...@@ -551,7 +551,7 @@ public class SpecialServiceServiceImpl implements SpecialServiceService { ...@@ -551,7 +551,7 @@ public class SpecialServiceServiceImpl implements SpecialServiceService {
specialServiceCrossPO.setInDir(inDir); specialServiceCrossPO.setInDir(inDir);
specialServiceCrossPO.setOutDir(0); specialServiceCrossPO.setOutDir(0);
specialServiceCrossPO.setSort(sort); specialServiceCrossPO.setSort(sort);
specialServiceCrossPO.setStatus(0); specialServiceCrossPO.setStatus(crossListElement.getStatus());
specialServiceCrossPO.setAutoUnlock(0); specialServiceCrossPO.setAutoUnlock(0);
specialServiceCrossMapper.insertOne(specialServiceCrossPO); specialServiceCrossMapper.insertOne(specialServiceCrossPO);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment