|
@@ -119,7 +119,7 @@ public class ProductInfoServiceImpl extends ServiceImpl<ProductInfoMapper, Produ
|
|
|
|
|
|
if (Objects.equals(dto.getDefinition(), 1)) {
|
|
if (Objects.equals(dto.getDefinition(), 1)) {
|
|
Long companyId = SecurityUtils.getCompanyId();
|
|
Long companyId = SecurityUtils.getCompanyId();
|
|
- if (!Objects.equals(companyId, 100)) {
|
|
+ if (!Objects.equals(companyId, 100L)) {
|
|
wrapper.eq(ProductInfo::getCompanyId, companyId);
|
|
wrapper.eq(ProductInfo::getCompanyId, companyId);
|
|
}
|
|
}
|
|
}
|
|
}
|