cl
2024-07-07 e0c9c69431934041c303ef4c08295de64cd80a49
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();