1.sku上下架
This commit is contained in:
@@ -53,4 +53,7 @@ public interface TbProductSkuMapper {
|
||||
|
||||
@Select("select * from tb_product_sku where is_grounding=1 and product_id=#{id}")
|
||||
List<TbProductSku> selectByProductCheckGrounding(@Param("id") Integer id);
|
||||
|
||||
@Select("select * from tb_product_sku where is_grounding=1 and is_del=0 and product_id=#{id}")
|
||||
List<TbProductSku> selectGroundingByProId(Integer id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user