account_info
id,
user_id,extract_money,performance_month,frozen_money,performance_total,create_time,update_time
#{userId},#{extractMoney},#{performanceMonth},#{frozenMoney}, #{performanceTotal},now(),now()
user_id = #{userId},
extract_money =#{extractMoney},
performance_month =#{performanceMonth},
frozen_money =#{frozenMoney},
performance_total =#{performanceTotal},
update_time =now()
id = #{id}
and user_id = #{userId}
and extract_money =#{extractMoney}
and performance_month =#{performanceMonth}
and frozen_money =#{frozenMoney}
performance_total =#{performanceTotal}
and create_time >= #{createTime}
and #{updateTime} >= update_time
insert into
()
value(
)
UPDATE
id = #{id}
delete from
where id = #{id}