select id, apply_id, fdy_no, fdy_status, fdy_comment, fdy_time, dept_no, dept_status, dept_comment, dept_time, final_no, final_status, final_comment, final_time, status, del_flag, create_by, create_time, update_by, update_time from cph_good_audit
insert into cph_good_audit
apply_id,
fdy_no,
fdy_status,
fdy_comment,
fdy_time,
dept_no,
dept_status,
dept_comment,
dept_time,
final_no,
final_status,
final_comment,
final_time,
status,
del_flag,
create_by,
create_time,
update_by,
update_time,
#{applyId},
#{fdyNo},
#{fdyStatus},
#{fdyComment},
#{fdyTime},
#{deptNo},
#{deptStatus},
#{deptComment},
#{deptTime},
#{finalNo},
#{finalStatus},
#{finalComment},
#{finalTime},
#{status},
#{delFlag},
#{createBy},
#{createTime},
#{updateBy},
#{updateTime},
update cph_good_audit
apply_id = #{applyId},
fdy_no = #{fdyNo},
fdy_status = #{fdyStatus},
fdy_comment = #{fdyComment},
fdy_time = #{fdyTime},
dept_no = #{deptNo},
dept_status = #{deptStatus},
dept_comment = #{deptComment},
dept_time = #{deptTime},
final_no = #{finalNo},
final_status = #{finalStatus},
final_comment = #{finalComment},
final_time = #{finalTime},
status = #{status},
del_flag = #{delFlag},
create_by = #{createBy},
create_time = #{createTime},
update_by = #{updateBy},
update_time = #{updateTime},
where id = #{id}
delete from cph_good_audit where id = #{id}
delete from cph_good_audit where id in
#{id}
delete from cph_good_audit where apply_id = #{id}