north-glass-erp/src/main/resources/mapper/sd/OrderDetailMapper.xml
@@ -63,7 +63,8 @@ update order_detail as a set a.price = #{item.price}, a.gross_amount = #{item.grossAmount} a.gross_amount = #{item.grossAmount}, a.other_columns = #{item.otherColumns} where a.order_id = #{item.orderId} and a.order_number = #{item.orderNumber}