mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-19 21:48:03 +08:00
add 新增 查询充电优免订单接口
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package com.jsowell.pile.mapper;
|
||||
|
||||
import com.jsowell.pile.domain.CarCouponRecord;
|
||||
import com.jsowell.pile.vo.uniapp.customer.ParkingOrderVO;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
@@ -68,4 +69,11 @@ public interface CarCouponRecordMapper {
|
||||
* @return
|
||||
*/
|
||||
CarCouponRecord selectCarCouponRecord(@Param("orderCode") String orderCode);
|
||||
|
||||
/**
|
||||
* 通过memberId查询充电优免订单
|
||||
* @param memberId
|
||||
* @return
|
||||
*/
|
||||
List<ParkingOrderVO> queryParkingOrderList(@Param("memberId") String memberId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user