Showing
1 changed file
with
1 additions
and
1 deletions
@@ -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"> |
-
Please register or login to post a comment