Commit 96ca0893 authored by tianbo's avatar tianbo

fix(jg): 修正设备分类代码映射

- 将YLGD设备类型的EQU_CATEGORY_CODE从CYLINDER改为INDUSTRIAL_PIPELINE
parent f46877e6
......@@ -841,7 +841,7 @@ public class JgScrapCancelServiceImpl extends BaseService<JgScrapCancelDto, JgSc
} else if (EquipmentClassifityEnum.YLGD.getCode().equals(jsonObject.get("equListCode"))) {
beanMap.put("projectContraptionNo", jsonObject.get("projectContraptionNo").toString());
beanMap.put("equipments", JSONArray.parse(jsonObject.get("equipments").toString()));
beanMap.put("EQU_CATEGORY_CODE", CylinderTypeEnum.CYLINDER.getCode());
beanMap.put("EQU_CATEGORY_CODE", PipelineEnum.INDUSTRIAL_PIPELINE.getCode());
} else {
beanMap.put("certificates", JSONArray.parse(jsonObject.get("certificates").toString()));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment