Helius
2021-03-09 92844a1a59a382bcd47c5764ec4b48798d888969
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);