Commit 9bb9aba4 authored by hezhuozhi's avatar hezhuozhi

气瓶数据项调整 / 发起页调整

parent d5197a0b
...@@ -1278,7 +1278,7 @@ public class IdxBizJgRegisterInfoServiceImpl extends BaseService<IdxBizJgRegiste ...@@ -1278,7 +1278,7 @@ public class IdxBizJgRegisterInfoServiceImpl extends BaseService<IdxBizJgRegiste
String whetherVehicleCylinderStr = (String)objMap.get("WHETHER_VEHICLE_CYLINDER"); String whetherVehicleCylinderStr = (String)objMap.get("WHETHER_VEHICLE_CYLINDER");
String equCategoryStr = (String)objMap.get("EQU_CATEGORY"); String equCategoryStr = (String)objMap.get("EQU_CATEGORY");
if(CylinderTypeEnum.CYLINDER.getCode().equals(equCategoryStr)){ if(CylinderTypeEnum.CYLINDER.getCode().equals(equCategoryStr)){
if(CylinderTypeEnum.SPECIAL_CYLINDER.getCode().equals(equCategoryStr)){ if(CylinderTypeEnum.SPECIAL_CYLINDER.getCode().equals(equDefineStr)){
if("1".equals(whetherVehicleCylinderStr)){ if("1".equals(whetherVehicleCylinderStr)){
equDefineStr="23T0_1"; equDefineStr="23T0_1";
}else if("0".equals(whetherVehicleCylinderStr)){ }else if("0".equals(whetherVehicleCylinderStr)){
......
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