统计 用户 领取 记录
This commit is contained in:
@@ -33,6 +33,7 @@ import com.czg.utils.PageUtil;
|
||||
import com.mybatisflex.core.paginate.Page;
|
||||
import com.mybatisflex.core.query.QueryWrapper;
|
||||
import com.mybatisflex.spring.service.impl.ServiceImpl;
|
||||
import jakarta.annotation.PostConstruct;
|
||||
import jakarta.annotation.Resource;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.apache.dubbo.config.annotation.DubboReference;
|
||||
@@ -67,11 +68,12 @@ public class MkShopCouponRecordServiceImpl extends ServiceImpl<MkShopCouponRecor
|
||||
@Resource
|
||||
private ShopCouponMapper couponService;
|
||||
|
||||
private static final List<String> TARGET_KEY;
|
||||
private static List<String> TARGET_KEY;
|
||||
|
||||
private static final Map<String, String> SOURCE_TO_CATEGORY;
|
||||
private static Map<String, String> SOURCE_TO_CATEGORY;
|
||||
|
||||
static {
|
||||
@PostConstruct
|
||||
public void init() {
|
||||
TARGET_KEY = Arrays.asList("消费赠券", "充值赠券", "管理员赠送", "兑换码兑换", "生日赠券", "购买会员赠券", "短信发放", "公众号发放", "用户弹窗领取");
|
||||
SOURCE_TO_CATEGORY = Map.of(
|
||||
"用户弹窗领取", "用户领取",
|
||||
|
||||
Reference in New Issue
Block a user