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