Authored by qinchao

fix bug

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