作者 [wgf]

查询修改

... ... @@ -68,5 +68,6 @@
and area_id = #{areaId}
and seller_sku = #{sellerSku}
and order_item_id = #{orderItemId}
limit 1
</select>
</mapper>
\ No newline at end of file
... ...
... ... @@ -67,5 +67,6 @@
WHERE amazon_order_id = #{amazonOrderId}
and account_id = #{accountId}
and area_id = #{areaId}
limit 1
</select>
</mapper>
\ No newline at end of file
... ...