Helius
2021-09-08 9037526ae431ecf9924c000f122e52e98f72d46e
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);