Pu Zhibing
2025-03-31 93d3fdf628fcd574d948e7b7c0eb5f341a68d3a9
ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/controller/TAppUserVipDetailController.java
@@ -49,11 +49,7 @@
            .last(" and now() between start_time and end_time"));
      return R.ok(one);
   }
   @Resource
   private VipClient vipClient;
   @Resource
   private OtherClient otherClient;
   @GetMapping("/getVipUseDetail")
   @ApiOperation(value = "生效会员列表", tags = {"小程序-个人中心"})