select id, tj_num, cus_id, cus_name, check_picture, check_type, pro_id, pro_name, charge_pro, measured_value, fixed_value, appraise, create_by, create_time, update_by, update_time, deleted
from tj_other_check
insert into tj_other_check
id,
tj_num,
cus_id,
cus_name,
check_picture,
check_type,
pro_id,
pro_name,
charge_pro,
measured_value,
fixed_value,
appraise,
create_by,
create_time,
update_by,
update_time,
deleted,
#{id},
#{tjNum},
#{cusId},
#{cusName},
#{checkPicture},
#{checkType},
#{proId},
#{proName},
#{chargePro},
#{measuredValue},
#{fixedValue},
#{appraise},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
#{deleted},
update tj_other_check
tj_num =
#{tjNum},
cus_id =
#{cusId},
cus_name =
#{cusName},
check_picture =
#{checkPicture},
check_type =
#{checkType},
pro_id =
#{proId},
pro_name =
#{proName},
charge_pro =
#{chargePro},
measured_value =
#{measuredValue},
fixed_value =
#{fixedValue},
appraise =
#{appraise},
create_by =
#{createBy},
create_time =
#{createTime},
update_by =
#{updateBy},
update_time =
#{updateTime},
deleted =
#{deleted},
where id = #{id}
delete
from tj_other_check where id = #{id}
delete from tj_other_check where id in
#{id}