|
@@ -291,6 +291,12 @@ public class cardAppController extends BaseController {
|
|
|
public AjaxResult cardInformationlist(@RequestBody CarInformation carInformation) {
|
|
public AjaxResult cardInformationlist(@RequestBody CarInformation carInformation) {
|
|
|
return AjaxResult.success(carInformationService.selectCarInformationList(carInformation));
|
|
return AjaxResult.success(carInformationService.selectCarInformationList(carInformation));
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ @PostMapping("/getVipCardInfo")
|
|
|
|
|
+ @ResponseBody
|
|
|
|
|
+ public AjaxResult getVipCardInfo(@RequestBody VipCardLog vipCardLog){
|
|
|
|
|
+ return AjaxResult.success(vipCardService.selectVipCardByUserId(vipCardLog.getUserId()));
|
|
|
|
|
+ }
|
|
|
//
|
|
//
|
|
|
// /**
|
|
// /**
|
|
|
// * 查询购卡记录列表
|
|
// * 查询购卡记录列表
|