Showing
1 changed file
with
1 additions
and
1 deletions
@@ -268,7 +268,7 @@ | @@ -268,7 +268,7 @@ | ||
268 | where uid = #{uid,jdbcType=INTEGER} and order_code = #{orderCode,jdbcType=BIGINT} | 268 | where uid = #{uid,jdbcType=INTEGER} and order_code = #{orderCode,jdbcType=BIGINT} |
269 | </update> | 269 | </update> |
270 | 270 | ||
271 | - <select id="selectCountByUidStatus"> | 271 | + <select id="selectCountByUidStatus" resultType="java.lang.Integer"> |
272 | select count(1) | 272 | select count(1) |
273 | from buyer_order where seller_uid = #{sellerUid, jdbcType=INTEGER} | 273 | from buyer_order where seller_uid = #{sellerUid, jdbcType=INTEGER} |
274 | <if test="statusList != null and statusList.size() > 0"> | 274 | <if test="statusList != null and statusList.size() > 0"> |
-
Please register or login to post a comment