Authored by mali

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

... ... @@ -268,7 +268,7 @@
where uid = #{uid,jdbcType=INTEGER} and order_code = #{orderCode,jdbcType=BIGINT}
</update>
<select id="selectCountByUidStatus">
<select id="selectCountByUidStatus" resultType="java.lang.Integer">
select count(1)
from buyer_order where seller_uid = #{sellerUid, jdbcType=INTEGER}
<if test="statusList != null and statusList.size() > 0">
... ...