select id, account, account_bank, addtime, branch, is_default, name, type, uid from app_users_cash_account
insert into app_users_cash_account
id,account,account_bank,addtime,branch,is_default,name,type,uid,#{id},#{account},#{accountBank},#{addtime},#{branch},#{isDefault},#{name},#{type},#{uid},
update app_users_cash_account
account = #{account},account_bank = #{accountBank},addtime = #{addtime},branch = #{branch},is_default = #{isDefault},name = #{name},type = #{type},uid = #{uid},
where id = #{id}
delete from app_users_cash_account where id = #{id}
delete from app_users_cash_account where id in
#{id}