Commit 088004da by chongli

微信退款回调添加事务

parent 3a37ca5d
Showing with 2 additions and 0 deletions
......@@ -203,6 +203,8 @@
isolation="READ_COMMITTED" />
<tx:method name="notifyForWeiXinPay" propagation="REQUIRED" read-only="false"
isolation="READ_COMMITTED" />
<tx:method name="weiXinRefoundNotify" propagation="REQUIRED" read-only="false"
isolation="READ_COMMITTED" />
<tx:method name="SubmitOrderSVC" propagation="REQUIRED"
isolation="READ_COMMITTED" read-only="false" />
<tx:method name="deductFail" propagation="REQUIRED"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment