Commit b27a6a91 by zhaolianjie

卡片流程 - 下一位

1 parent 0755e32e
...@@ -45,7 +45,7 @@ public class PainService { ...@@ -45,7 +45,7 @@ public class PainService {
if (CollectionUtil.isEmpty(painList)) { if (CollectionUtil.isEmpty(painList)) {
return new ArrayList<>(); return new ArrayList<>();
} }
painList.stream().sorted(Comparator.comparing(Pain::getIndex)); painList.stream().sorted(Comparator.comparing(Pain::getPindex));
return new ArrayList<>(); return new ArrayList<>();
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!