Commit 615e1d043e516e6c0b0a05be279f5d2abd53530b
1 parent
4b959274
调整-11-29-a
Showing
1 changed file
with
1 additions
and
1 deletions
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_order_id = #{gar_order_id} | |
| 142 | + where gar_id = #{gar_id} | |
| 143 | 143 | </select> |
| 144 | 144 | |
| 145 | 145 | <insert id="insertGarOrderMatchAsk" parameterType="GarOrderMatchAsk"> | ... | ... |