feat: 商品表无用字段删除
This commit is contained in:
@@ -759,7 +759,6 @@ public class TbProductServiceImpl implements TbProductService {
|
||||
queryWrapper.eq("is_del", 0)
|
||||
.in("type_enum", "sku", "normal")
|
||||
.eq("shop_id", shopId)
|
||||
.eq("is_delete", 0)
|
||||
.eq("status", 1)
|
||||
.eq("is_pause_sale", 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user