mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 20:45:10 +08:00
配置充电停车优惠
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
package com.jsowell.pile.mapper;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.jsowell.pile.domain.CarCouponRecord;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 车辆绑定优惠券记录Mapper接口
|
||||
*
|
||||
@@ -60,4 +61,11 @@ public interface CarCouponRecordMapper {
|
||||
* @return 结果
|
||||
*/
|
||||
public int deleteCarCouponRecordByIds(Long[] ids);
|
||||
|
||||
/**
|
||||
* 根据订单号和车牌号查询车辆绑定优惠券记录(发券成功记录)
|
||||
* @param orderCode
|
||||
* @return
|
||||
*/
|
||||
CarCouponRecord selectCarCouponRecord(@Param("orderCode") String orderCode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user