src/test/java/cc/mrbird/febs/JunitTest.java
@@ -384,7 +384,6 @@ //获取挂机方案 DataDictionaryCustom dataDictionaryCustom = dataDictionaryCustomMapper.selectDicDataByTypeAndCodeAndDesc( DataDictionaryEnum.PLAN_A.getType(), DataDictionaryEnum.PLAN_A.getCode(), Integer.toString(Integer.parseInt(plan)+1)); String dataDictionaryCustomValue = dataDictionaryCustom.getValue(); JSONObject levelMemberValueParse = JSONUtil.parseObj(dataDictionaryCustomValue);