参数get 获取
This commit is contained in:
@@ -5,6 +5,7 @@ import com.czg.account.entity.ShopActivateCouponRecord;
|
|||||||
import com.czg.account.vo.CouponReceiveVo;
|
import com.czg.account.vo.CouponReceiveVo;
|
||||||
import com.czg.account.vo.UserCouponVo;
|
import com.czg.account.vo.UserCouponVo;
|
||||||
import com.mybatisflex.core.BaseMapper;
|
import com.mybatisflex.core.BaseMapper;
|
||||||
|
import org.apache.ibatis.annotations.Param;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
@@ -16,8 +17,9 @@ import java.util.List;
|
|||||||
*/
|
*/
|
||||||
public interface ShopActivateCouponRecordMapper extends BaseMapper<ShopActivateCouponRecord> {
|
public interface ShopActivateCouponRecordMapper extends BaseMapper<ShopActivateCouponRecord> {
|
||||||
|
|
||||||
List<CouponReceiveVo> queryReceive(QueryReceiveDto param);
|
List<CouponReceiveVo> queryReceive(@Param("param") QueryReceiveDto param);
|
||||||
|
|
||||||
List<ShopActivateCouponRecord> findByUser(List<Long> shopUserIds, Integer status);
|
List<ShopActivateCouponRecord> findByUser(List<Long> shopUserIds, Integer status);
|
||||||
List<UserCouponVo> queryByVipIdAndShopId(Long shopId, Long shopUserId,Integer type);
|
|
||||||
|
List<UserCouponVo> queryByVipIdAndShopId(Long shopId, Long shopUserId, Integer type);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user