fix:新增包装关系解绑日志

This commit is contained in:
zhouz
2026-06-16 10:53:12 +08:00
parent af46f52351
commit e353776882

View File

@@ -894,6 +894,7 @@ public class PdmBiSubpackagerelationServiceImpl extends ServiceImpl<PdmBiSubpack
} }
this.removeById(containerName.getWorkorder_id()); this.removeById(containerName.getWorkorder_id());
result.put("message", code + "子卷包装解除成功,同时确认MES装箱以解绑定"); result.put("message", code + "子卷包装解除成功,同时确认MES装箱以解绑定");
log.info("子卷【"+code+"】被人工解绑,解绑人为:"+SecurityUtils.getCurrentNickName());
PdmProductSpecServiceImpl.doRecord(SpecEnum.BZ_REMOVE, MapOf.of("子卷编号", code), Boolean.TRUE, null, code); PdmProductSpecServiceImpl.doRecord(SpecEnum.BZ_REMOVE, MapOf.of("子卷编号", code), Boolean.TRUE, null, code);
return result; return result;
} }