Authored by mali

去掉影响性能的代码

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