Authored by Lixiaodi

Merge branch 'dev_order' into test6.8.2

@@ -32,7 +32,7 @@ @@ -32,7 +32,7 @@
32 where uid = #{uid,jdbcType=INTEGER} and `type` = #{type,jdbcType=TINYINT} limit 1 32 where uid = #{uid,jdbcType=INTEGER} and `type` = #{type,jdbcType=TINYINT} limit 1
33 </select> 33 </select>
34 34
35 - <insert id="insert" parameterType="com.yohoufo.dal.order.model.SellerWallet" > 35 + <insert id="insert" parameterType="com.yohoufo.dal.order.model.SellerWallet" keyColumn="id" keyProperty="id" useGeneratedKeys="true">
36 insert into seller_wallet (id, uid, amount, lock_amount, 36 insert into seller_wallet (id, uid, amount, lock_amount,
37 status, type, create_time, 37 status, type, create_time,
38 update_time) 38 update_time)