select id, fx_id, fx_time, st_id, st_name, fd_name, sex, nations, fd_qm, xw_qm, er_qm, xj_qm, jw_qm, st_class, majors, grade, college, reasons, fd_idea, two_idea, xw_idea, xj_idea, jw_idea, zs_idea, zs_status, times, fd_status, xw_status, two_status, xjgl_status, jw_status, rw_time, zs_time, fd_time, xw_time, two_time, xj_time, jw_time, datab, dataa, conversion, process_id, deploy_id, student_id, test_data, test_test from sys_dis_basic
insert into sys_dis_basic
fx_id,
fx_time,
st_id,
st_name,
fd_name,
sex,
nations,
fd_qm,
xw_qm,
er_qm,
xj_qm,
jw_qm,
st_class,
majors,
grade,
college,
reasons,
fd_idea,
two_idea,
xw_idea,
xj_idea,
jw_idea,
zs_idea,
zs_status,
times,
fd_status,
xw_status,
two_status,
xjgl_status,
jw_status,
rw_time,
zs_time,
fd_time,
xw_time,
two_time,
xj_time,
jw_time,
datab,
dataa,
conversion,
process_id,
deploy_id,
student_id,
test_data,
test_test,
#{fxId},
#{fxTime},
#{stId},
#{stName},
#{fdName},
#{sex},
#{nations},
#{fdQm},
#{xwQm},
#{erQm},
#{xjQm},
#{jwQm},
#{stClass},
#{majors},
#{grade},
#{college},
#{reasons},
#{fdIdea},
#{twoIdea},
#{xwIdea},
#{xjIdea},
#{jwIdea},
#{zsIdea},
#{zsStatus},
#{times},
#{fdStatus},
#{xwStatus},
#{twoStatus},
#{xjglStatus},
#{jwStatus},
#{rwTime},
#{zsTime},
#{fdTime},
#{xwTime},
#{twoTime},
#{xjTime},
#{jwTime},
#{datab},
#{dataa},
#{conversion},
#{processId},
#{deployId},
#{studentId},
#{testData},
#{testTest},
update sys_dis_basic
fx_id = #{fxId},
fx_time = #{fxTime},
st_id = #{stId},
st_name = #{stName},
fd_name = #{fdName},
sex = #{sex},
nations = #{nations},
fd_qm = #{fdQm},
xw_qm = #{xwQm},
er_qm = #{erQm},
xj_qm = #{xjQm},
jw_qm = #{jwQm},
st_class = #{stClass},
majors = #{majors},
grade = #{grade},
college = #{college},
reasons = #{reasons},
fd_idea = #{fdIdea},
two_idea = #{twoIdea},
xw_idea = #{xwIdea},
xj_idea = #{xjIdea},
jw_idea = #{jwIdea},
zs_idea = #{zsIdea},
zs_status = #{zsStatus},
times = #{times},
fd_status = #{fdStatus},
xw_status = #{xwStatus},
two_status = #{twoStatus},
xjgl_status = #{xjglStatus},
jw_status = #{jwStatus},
rw_time = #{rwTime},
zs_time = #{zsTime},
fd_time = #{fdTime},
xw_time = #{xwTime},
two_time = #{twoTime},
xj_time = #{xjTime},
jw_time = #{jwTime},
datab = #{datab},
dataa = #{dataa},
conversion = #{conversion},
process_id = #{processId},
deploy_id = #{deployId},
student_id = #{studentId},
test_data = #{testData},
test_test = #{testTest},
where id = #{id}
delete from sys_dis_basic where id = #{id}
delete from sys_dis_basic where id in
#{id}