Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
613d2dba
Commit
613d2dba
authored
Dec 17, 2019
by
Junling Bu
Browse files
fix[litemall-db]: 手动mapper文件需设置订单退款相关字段
parent
ef4083c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-db/src/main/resources/org/linlinjava/litemall/db/dao/OrderMapper.xml
View file @
613d2dba
...
...
@@ -64,6 +64,18 @@
<if
test=
"order.shipTime != null"
>
ship_time = #{order.shipTime,jdbcType=TIMESTAMP},
</if>
<if
test=
"order.refundAmount != null"
>
refund_amount = #{order.refundAmount,jdbcType=DECIMAL},
</if>
<if
test=
"order.refundType != null"
>
refund_type = #{order.refundType,jdbcType=VARCHAR},
</if>
<if
test=
"order.refundContent != null"
>
refund_content = #{order.refundContent,jdbcType=VARCHAR},
</if>
<if
test=
"order.refundTime != null"
>
refund_time = #{order.refundTime,jdbcType=TIMESTAMP},
</if>
<if
test=
"order.confirmTime != null"
>
confirm_time = #{order.confirmTime,jdbcType=TIMESTAMP},
</if>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment