mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
发积分幂等性校验
This commit is contained in:
@@ -150,4 +150,11 @@
|
||||
from member_points_record
|
||||
where id = #{id,jdbcType=BIGINT}
|
||||
</delete>
|
||||
|
||||
<select id="countByOrderCodeAndType" resultType="int">
|
||||
select count(1)
|
||||
from member_points_record
|
||||
where order_code = #{orderCode,jdbcType=VARCHAR}
|
||||
and type = #{type,jdbcType=TINYINT}
|
||||
</select>
|
||||
</mapper>
|
||||
|
||||
Reference in New Issue
Block a user