|
@@ -32,7 +32,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
</where>
|
|
</where>
|
|
</select>
|
|
</select>
|
|
|
|
|
|
- <select id="selectApplepayOrderCount" parameterType="ApplepayOrder" resultMap="ApplepayOrderResult">
|
|
|
|
|
|
+ <select id="selectApplepayOrderCount" parameterType="ApplepayOrder" resultType="int">
|
|
select count(1) from applepay_order
|
|
select count(1) from applepay_order
|
|
<where>
|
|
<where>
|
|
<if test="transactionId != null "> and transaction_id = #{transactionId}</if>
|
|
<if test="transactionId != null "> and transaction_id = #{transactionId}</if>
|