opt:优化debug日志描述

This commit is contained in:
DESKTOP-5DIJMF9\admin
2025-03-11 10:53:08 +08:00
parent 34918c8721
commit 1440c85f10

View File

@@ -429,7 +429,7 @@ public class PdmBiSubpackagerelationServiceImpl extends ServiceImpl<PdmBiSubpack
//给MES传输验箱结果
CompletableFuture.runAsync(() -> {
try {
log.error("----回传子卷包装关系----");
log.debug("----回传子卷包装关系----");
String isConnect2 = SpringContextHolder.getBean(SysParamServiceImpl.class).findByCode("IS_CONNECT_MES2").getValue();
if ("1".equals(isConnect2)) {
JSONObject param_jo = new JSONObject();