Authored by mali

性能优化

... ... @@ -80,7 +80,7 @@
</select>
<select id="selectCountByStatusAndDepotNo" resultType="java.lang.Integer">
<select id="selectCountByStatusAndDepotNo" resultType="java.lang.Integer" timeout="2">
select count(1)
from buyer_order a
<if test="depotNo != null">
... ...