jyy
2021-03-08 1763bd53e00f15407093e0d4b18aa5e63aa69ab6
zq-erp/src/main/java/com/matrix/system/shopXcx/dao/ShopCouponDao.java
@@ -45,7 +45,7 @@
                              @Param("productId") Integer productId, @Param("attrIds") List<String> attrIds);
   List<ShopCoupon> selectCouponListByTag(@Param("isNewPeople") boolean isNewPeople, @Param("userId") String userId,
                                 @Param("tag") String tag,@Param("shopId") Long shopId);
                                 @Param("tag") String tag,@Param("companyId") Long companyId);
   public int updateStateByStateAndIds(@Param("list") List<String> list, @Param("state") int state);