|
|
@@ -346,11 +346,6 @@ public class LabSubjectManagerService {
|
|
|
//设置
|
|
|
List<SysDictData> dictDatas = DictUtils.getDictCache("lab_onepc_outcheck");
|
|
|
|
|
|
- Optional.ofNullable(dictDatas).orElseGet(Collections::emptyList)
|
|
|
- .stream().forEach(a->{
|
|
|
- a.setDictValue("10");
|
|
|
- });
|
|
|
-
|
|
|
List<String> newDictDatas = new ArrayList<>();
|
|
|
if(StringUtils.isNotBlank(subject.getCheckOut())){
|
|
|
newDictDatas = Optional.ofNullable(subject.getCheckOut()).map(b -> b.split(",")).map(b -> Arrays.asList(b))
|