select id, dept_id, platform_online, property_accuracy, weak_password, risk_property, boundary_integrity, create_time from t_image_resource_security insert into t_image_resource_security dept_id, platform_online, property_accuracy, weak_password, risk_property, boundary_integrity, create_time, #{deptId}, #{platformOnline}, #{propertyAccuracy}, #{weakPassword}, #{riskProperty}, #{boundaryIntegrity}, #{createTime}, update t_image_resource_security dept_id = #{deptId}, platform_online = #{platformOnline}, property_accuracy = #{propertyAccuracy}, weak_password = #{weakPassword}, risk_property = #{riskProperty}, boundary_integrity = #{boundaryIntegrity}, create_time = #{createTime}, where id = #{id} delete from t_image_resource_security where id = #{id} delete from t_image_resource_security where id in #{id}