Commit 4b959274f3dacb808189f056e71e73efc9bc434e

Authored by lichao
1 parent 34234886

调整-11-29-a

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