商品统计
This commit is contained in:
@@ -74,7 +74,7 @@ public class ProductServiceImpl extends ServiceImpl<ProductMapper, Product> impl
|
||||
if (ObjUtil.isNotNull(param.getSpecId())) {
|
||||
queryWrapper.eq(Product::getSpecId, param.getSpecId());
|
||||
}
|
||||
if (ObjUtil.isNotNull(param.getType())) {
|
||||
if (StrUtil.isNotEmpty(param.getType())) {
|
||||
queryWrapper.eq(Product::getType, param.getType());
|
||||
}
|
||||
if (StrUtil.isNotEmpty(param.getCreateBeginTime())) {
|
||||
|
||||
Reference in New Issue
Block a user