|
@ -59,7 +59,7 @@ |
|
|
|
|
|
|
|
|
<select id="selectPageVoCount" resultType="int"> |
|
|
<select id="selectPageVoCount" resultType="int"> |
|
|
SELECT |
|
|
SELECT |
|
|
COUNT(bvo.sid) |
|
|
COUNT(*) |
|
|
FROM |
|
|
FROM |
|
|
base_vehicle_out_apply bvoa |
|
|
base_vehicle_out_apply bvoa |
|
|
LEFT JOIN base_vehicle_out bvo |
|
|
LEFT JOIN base_vehicle_out bvo |
|
|