Showing
2 changed files
with
2 additions
and
2 deletions
@@ -156,6 +156,6 @@ | @@ -156,6 +156,6 @@ | ||
156 | select | 156 | select |
157 | <include refid="Base_Column_List" /> | 157 | <include refid="Base_Column_List" /> |
158 | from appraise_order_storage | 158 | from appraise_order_storage |
159 | - where order_code = #{orderCode,jdbcType=BIGINT} | 159 | + where order_code = #{orderCode,jdbcType=BIGINT} ORDER BY id desc limit 1 |
160 | </select> | 160 | </select> |
161 | </mapper> | 161 | </mapper> |
@@ -233,7 +233,7 @@ public class DepositController { | @@ -233,7 +233,7 @@ public class DepositController { | ||
233 | /** | 233 | /** |
234 | * 不可重复调用,新增记录不好防并发 | 234 | * 不可重复调用,新增记录不好防并发 |
235 | * | 235 | * |
236 | - * http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/?debug=XYZ&method=ufo.deposit.insertFakeDeposit&uid=500031826&skup=2&appraiseOrderCode=9776718192640&parentAppraiseOrderCode=123 | 236 | + * http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/?debug=XYZ&method=ufo.deposit.insertFakeDeposit&uid=500031826&appraiseOrderCode=9989014675295&parentAppraiseOrderCode=123 |
237 | * | 237 | * |
238 | * 新增一条现货寄存的虚拟库存 | 238 | * 新增一条现货寄存的虚拟库存 |
239 | * @param uid | 239 | * @param uid |
-
Please register or login to post a comment