Authored by mali

质检版订单详情增加违规数

@@ -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">