Authored by qinchao

fix bug

@@ -52,7 +52,7 @@ @@ -52,7 +52,7 @@
52 </if> 52 </if>
53 </sql> 53 </sql>
54 54
55 - <select id="selectCountByCondition" resultType="java.lang.Integer" parameterType="com.yoho.order.model.BuyerOrderReq"> 55 + <select id="selectCountByCondition" resultType="java.lang.Integer" parameterType="com.yoho.order.model.TradeBillsReq">
56 select count(id) 56 select count(id)
57 from trade_bills where 1=1 57 from trade_bills where 1=1
58 <include refid="Query_Condition_Sql" /> 58 <include refid="Query_Condition_Sql" />