select id, account_no, type, name, phone, balance, status, create_time, create_by,update_by, update_time
from zdy_prepaid_card
insert into zdy_prepaid_card
account_no,
type,
name,
phone,
balance,
status,
create_time,
create_by,
#{accountNo},
#{type},
#{name},
#{phone},
#{balance},
#{status},
#{createTime},
#{createBy},
update zdy_prepaid_card
account_no =
#{accountNo},
type =
#{type},
name =
#{name},
phone =
#{phone},
balance =
#{balance},
status =
#{status},
create_time =
#{createTime},
create_by =
#{createBy},
update_time =
#{updateTime},
update_by =
#{updateBy},
where id = #{id}
update zdy_prepaid_card set balance = balance + #{amount} where id = #{id}
delete from zdy_prepaid_card where id = #{id}
delete from zdy_prepaid_card where id in
#{id}