update ImageFile set tousseDefinition_id = objectId where imageType in ('器械包图片', '器械包说明书') and tousseDefinition_id is null; update ImageFile set toussePackingTeaching_id = objectId where imageType in ('清洗操作指引图片', '器械包装配教学图片') and toussePackingTeaching_id is null;