opt:优化debug日志描述
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user