jcdm-main/src/main/java/com/jcdm/main/bs/formulaChild/controller/BsFormulaChildInfoController.java
@@ -53,7 +53,7 @@ { String productNum = ""; try { String str = "MOZU1."+bsFormulaChildInfo.getLocationCode()+".MES_ModuleCode"; String str = "MOZU1."+bsFormulaChildInfo.getLocationCode()+".ModuleCode"; Object productNumObject = miloService.readFromOpcUa(str).getValue(); if(ObjectUtil.isNotNull(productNumObject)){ productNum = productNumObject.toString();