select id, customerCode, groupId, df, createTime, status from b_customer_xkcx_course
insert into b_customer_xkcx_course
customerCode,groupId,df,createTime,status,#{customerCode},#{groupId},#{df},#{createTime},#{status},
update b_customer_xkcx_course
customerCode = #{customerCode},groupId = #{groupId},df = #{df},createTime = #{createTime},status = #{status},
where id = #{id}
delete from b_customer_xkcx_course where id = #{id}
delete from b_customer_xkcx_course where id in
#{id}