select stan_id,
pro_id,
tj_sex,
tj_type,
tj_standard_gt_value,
tj_standard_lt_value,
company,
create_by,
create_time,
update_by,
update_time,
deleted
from tj_standard
insert into tj_standard
stan_id,
pro_id,
tj_sex,
tj_type,
tj_standard_gt_value,
tj_standard_lt_value,
company,
create_by,
create_time,
update_by,
update_time,
deleted,
#{stanId},
#{proId},
#{tjSex},
#{tjType},
#{tjStandardGtValue},
#{tjStandardLtValue},
#{company},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{deleted},
update tj_standard
pro_id = #{proId},
tj_sex = #{tjSex},
tj_type = #{tjType},
tj_standard_gt_value = #{tjStandardGtValue},
tj_standard_lt_value = #{tjStandardLtValue},
company = #{company},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
deleted = #{deleted},
where stan_id = #{stanId}
delete
from tj_standard
where id = #{id}
delete from tj_standard where stan_id in
#{stanId}