代码提交
This commit is contained in:
@@ -135,9 +135,9 @@ public class CommonServiceImpl implements CommonService {
|
|||||||
String areaCode = dicDataFeignClient.getDicDataById(position).getData().getCode();
|
String areaCode = dicDataFeignClient.getDicDataById(position).getData().getCode();
|
||||||
if (Objects.equals(areaCode, DicDataEnum.OUTPUT_SIDE.getCode())){
|
if (Objects.equals(areaCode, DicDataEnum.OUTPUT_SIDE.getCode())){
|
||||||
clDid = "0";
|
clDid = "0";
|
||||||
} else if (Objects.equals(areaCode, DicDataEnum.LOAD_SIDE.getCode())){
|
|
||||||
clDid = "1";
|
|
||||||
} else if (Objects.equals(areaCode, DicDataEnum.GRID_SIDE.getCode())){
|
} else if (Objects.equals(areaCode, DicDataEnum.GRID_SIDE.getCode())){
|
||||||
|
clDid = "1";
|
||||||
|
} else if (Objects.equals(areaCode, DicDataEnum.LOAD_SIDE.getCode())){
|
||||||
clDid = "2";
|
clDid = "2";
|
||||||
}
|
}
|
||||||
return clDid;
|
return clDid;
|
||||||
|
|||||||
Reference in New Issue
Block a user