demand: 扫描漏组批次supplierCode线程安全问题修复
committer: heyu
This commit is contained in:
parent
cbf8f70fa9
commit
dce675e149
@ -4147,9 +4147,12 @@ public class EmisBaseService {
|
||||
boolean isChild = productRules.stream()
|
||||
.anyMatch(potential -> potential.getChildren() != null
|
||||
&& potential.getChildren().contains(rule));
|
||||
if ("53200,25000,57501".contains(rule.getStartSiteCode()) && !"0086".equals(rule.getCountry())) {
|
||||
if (!"0086".equals(rule.getCountry())) {
|
||||
return true;
|
||||
}
|
||||
// if ("53200,25000,57501".contains(rule.getStartSiteCode()) && !"0086".equals(rule.getCountry())) {
|
||||
// return true;
|
||||
// }
|
||||
return !isChild;
|
||||
})
|
||||
.collect(Collectors.toList());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user