src/main/java/com/product/contract/controller/ProjectInfoController.java
@@ -243,7 +243,7 @@ @ApiVersion(1) public String getDataList(HttpServletRequest request){ FieldSetEntity fse = BaseUtil.getFieldSetEntity(request); if(StringUtils.isNotEmpty(fse.getValues().get("dict_name").toString())){ if(ObjectUtil.isNotEmpty(fse.getValues().get("dict_name"))){ String dic_name = fse.getValues().get("dict_name").toString(); JSONObject dataList = projectInfoService.getDataList(dic_name); return OK(dataList);