|
@ -8,14 +8,6 @@ |
|
|
insert into fx_yaoqing_records (uid,content,money,money_free,money_buy,time,type,data) |
|
|
insert into fx_yaoqing_records (uid,content,money,money_free,money_buy,time,type,data) |
|
|
values(#{uid},#{content},#{money},#{moneyFree},#{moneyBuy},#{time},1,#{data}) |
|
|
values(#{uid},#{content},#{money},#{moneyFree},#{moneyBuy},#{time},1,#{data}) |
|
|
</insert> |
|
|
</insert> |
|
|
<!-- 添加金豆充值审核到审核表--> |
|
|
|
|
|
<insert id="addDouAudit" > |
|
|
|
|
|
insert into audit_records ( |
|
|
|
|
|
nickname,jwcode,areas,data,content,money,money_free,money_buy,time,type) |
|
|
|
|
|
values(#{nickname},{jwcode},#{areas},#{data},#{content},#{money},#{moneyFree},#{moneyBuy},#{time},1) |
|
|
|
|
|
|
|
|
|
|
|
</insert> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|