fix:新增包装关系解绑日志
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user