select * from ad_iqiyi_account
insert into ad_iqiyi_account
account_id,account_name,create_time,create_by,update_by,update_time,remark,#{accountId},#{accountName},#{createTime},#{createBy},#{updateBy},#{updateTime},#{remark},
update ad_iqiyi_account
account_id = #{accountId},account_name = #{accountName},create_time = #{createTime},create_by = #{createBy},update_by = #{updateBy},update_time = #{updateTime},remark = #{remark},
where id = #{id}
delete from ad_iqiyi_account where id = #{id}
delete from ad_iqiyi_account where id in
#{id}