mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 09:29:59 +08:00
修改接口文档,申请开票接口
This commit is contained in:
@@ -51,6 +51,7 @@
|
||||
insert into order_invoice_record
|
||||
<trim prefix="(" suffix=")" suffixOverrides=",">
|
||||
<if test="memberId != null">member_id,</if>
|
||||
<if test="titleId != null">title_id,</if>
|
||||
<if test="orderCodes != null">order_codes,</if>
|
||||
<if test="status != null">status,</if>
|
||||
<if test="totalAmount != null">total_amount,</if>
|
||||
@@ -64,6 +65,7 @@
|
||||
</trim>
|
||||
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
||||
<if test="memberId != null">#{memberId},</if>
|
||||
<if test="titleId != null">#{titleId},</if>
|
||||
<if test="orderCodes != null">#{orderCodes},</if>
|
||||
<if test="status != null">#{status},</if>
|
||||
<if test="totalAmount != null">#{totalAmount},</if>
|
||||
@@ -106,7 +108,7 @@
|
||||
</foreach>
|
||||
</delete>
|
||||
|
||||
<select id="selectInvoiceRecordList" resultType="com.jsowell.pile.domain.OrderInvoiceRecord">
|
||||
<select id="selectInvoiceRecordList" resultMap="OrderInvoiceRecordResult">
|
||||
select
|
||||
<include refid="Base_Column_List"/>
|
||||
from order_invoice_record
|
||||
|
||||
Reference in New Issue
Block a user