wzy
2021-01-18 510afe06023a19b9570ad53474e5ed34ed1de5f0
zq-erp/src/main/java/com/matrix/system/shopXcx/dao/ShopProductDao.java
@@ -53,6 +53,8 @@
    */
   List<ShopProduct> selectByIds(@Param("ids") List<Integer> ids);
   List<String> selectProductNameByIds(@Param("ids") List<Integer> ids);
   List<ShopProduct> selectProductByAttrid(@Param("attrId") String attrId,@Param("shopId") Long shopId);