| | |
| | | @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); |
| | | |
| | |
| | | |
| | | ShopCoupon selectByIdAndUserId(@Param("id") Integer id, @Param("userId") String userId); |
| | | |
| | | public List<ShopCoupon> selectHdListByProductId(@Param("productId") Integer productId, @Param("attrIds") List<String> attrIds); |
| | | public List<ShopCoupon> selectHdListByProductId(@Param("productId") Integer productId, @Param("attrIds") List<String> attrIds, @Param("companyId")Long companyId); |
| | | |
| | | ShopCoupon getCouponByTitle(@Param("title")String title, @Param("companyId")Long companyId); |
| | | |
| | | } |