|
|
@ -152,7 +152,9 @@ public class EntQuartz {
|
|
|
|
List<String> notInMuDuCodeList = wuZhongCodeList.stream()
|
|
|
|
List<String> notInMuDuCodeList = wuZhongCodeList.stream()
|
|
|
|
.filter(code -> !muDuCodeList.contains(code))
|
|
|
|
.filter(code -> !muDuCodeList.contains(code))
|
|
|
|
.collect(Collectors.toList());
|
|
|
|
.collect(Collectors.toList());
|
|
|
|
|
|
|
|
if (CollectionUtil.isNotEmpty(notInMuDuCodeList)) {
|
|
|
|
qyjcxxService.updateByTyshxybm(notInMuDuCodeList);
|
|
|
|
qyjcxxService.updateByTyshxybm(notInMuDuCodeList);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|