|
@@ -503,7 +503,7 @@ public class ProductServiceImpl implements ProductService {
|
|
|
} else {
|
|
} else {
|
|
|
standard = IntegerConstant.NO_SHORT;
|
|
standard = IntegerConstant.NO_SHORT;
|
|
|
}
|
|
}
|
|
|
- List<Product> products = productDao.findProductByEnuuAndStandard(uu, standard);
|
|
|
|
|
|
|
+ List<Product> products = productDao.findProductByEnuuAndStandardAndEnabled(uu, standard, IntegerConstant.YES_SHORT);
|
|
|
Set<String> uuids = new HashSet<>();
|
|
Set<String> uuids = new HashSet<>();
|
|
|
for (Product product : products) {
|
|
for (Product product : products) {
|
|
|
if (null != isPerson && isPerson.intValue() == IntegerConstant.YES_SHORT.intValue()) {
|
|
if (null != isPerson && isPerson.intValue() == IntegerConstant.YES_SHORT.intValue()) {
|