select id,
tj_num,
sampling_number,
cus_id,
application_time,
is_sign_for,
tj_time,
specimen_type,
pro_id,
pro_name,
create_by,
create_time,
update_by,
update_time,
deleted
from tj_sampling
insert into tj_sampling
id,
tj_num,
sampling_number,
cus_id,
application_time,
is_sign_for,
tj_time,
specimen_type,
pro_id,
pro_name,
create_by,
create_time,
update_by,
update_time,
deleted,
#{id},
tj_num,
#{samplingNumber},
#{cusId},
#{applicationTime},
#{isSignFor},
#{tjTime},
#{specimenType},
#{proId},
#{proName},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{deleted},
update tj_sampling
sampling_number =
#{samplingNumber},
tj_num=#{tjNum},
cus_id =
#{cusId},
application_time =
#{applicationTime},
is_sign_for =
#{isSignFor},
tj_time =
#{tjTime},
specimen_type =
#{specimenType},
pro_id =
#{proId},
pro_name =
#{proName},
create_by =
#{createBy},
create_time =
#{createTime},
update_by =
#{updateBy},
update_time =
#{updateTime},
deleted =
#{deleted},
where id = #{id}
delete
from tj_sampling
where id = #{id}
delete from tj_sampling where id in
#{id}