Commit 8b9a09808aa5ed157d6cef3546e913ee2ef486cf

Authored by lichao
1 parent b94622b6

调整-11-29-a

trash-garbage/src/main/resources/mapper/GarOrderMapper.xml
... ... @@ -282,7 +282,7 @@
282 282 where gar_order_id = #{garOrderId}
283 283 </update>
284 284  
285   - <select id="queryGarNowCarCount">
  285 + <select id="queryGarNowCarCount" resultType="java.lang.Integer">
286 286 SELECT count(*) FROM gar_order_match_ask where gar_order_id = #{garOrderId} and transport_distance is not null
287 287 </select>
288 288 </mapper>
... ...