mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-19 05:27:59 +08:00
发积分幂等性校验
This commit is contained in:
@@ -54,4 +54,9 @@ public interface MemberPointsRecordMapper {
|
||||
* 根据主键删除
|
||||
*/
|
||||
int deleteByPrimaryKey(Long id);
|
||||
|
||||
/**
|
||||
* 根据订单号和类型统计记录数(用于幂等性校验)
|
||||
*/
|
||||
int countByOrderCodeAndType(@Param("orderCode") String orderCode, @Param("type") Integer type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user