Commit 4b959274f3dacb808189f056e71e73efc9bc434e

Authored by lichao
1 parent 34234886

调整-11-29-a

trash-garbage/src/main/resources/mapper/GarOrderMatchAskMapper.xml
... ... @@ -139,7 +139,7 @@
139 139 from gar_order_match_ask a
140 140 left join drop_point_info b
141 141 on a.drop_point_id = b.id
142   - where gar_id = #{gar_id}
  142 + where gar_order_id = #{gar_order_id}
143 143 </select>
144 144  
145 145 <insert id="insertGarOrderMatchAsk" parameterType="GarOrderMatchAsk">
... ...