...
|
...
|
@@ -114,7 +114,7 @@ public class ProductSknCodeService { |
|
|
if (productSknCodeGenerator != null) {
|
|
|
return;
|
|
|
}
|
|
|
synchronized (productSknCodeGenerator) {
|
|
|
synchronized (ProductSknCodeService.class) {
|
|
|
if (productSknCodeGenerator != null) {
|
|
|
return;
|
|
|
}
|
...
|
...
|
|