|
@@ -15,7 +15,7 @@
|
|
|
<result column="price" property="price" />
|
|
|
<result column="amount" property="amount" />
|
|
|
<result column="refund_quantity" property="refundQuantity" />
|
|
|
- <result column="refund_amout" property="refundAmout" />
|
|
|
+ <result column="refund_amount" property="refundAmount" />
|
|
|
<result column="refund_status" property="refundStatus" />
|
|
|
<result column="company_type" property="companyType" />
|
|
|
<result column="machine_type" property="machineType" />
|
|
@@ -23,7 +23,7 @@
|
|
|
|
|
|
<!-- 通用查询结果列 -->
|
|
|
<sql id="Base_Column_List">
|
|
|
- id, admin_id, equipment_id, create_date, order_sn, product_no, product_name, product_number, price, amount, refund_quantity, refund_amout, refund_status, company_type, machine_type
|
|
|
+ id, admin_id, equipment_id, create_date, order_sn, product_no, product_name, product_number, price, amount, refund_quantity, refund_amount, refund_status, company_type, machine_type
|
|
|
</sql>
|
|
|
|
|
|
</mapper>
|