18756
2024-07-25 7751e08ead59760f399bcd2bd7e856a8c37c1a70
资料清单设置优化7.25
已修改1个文件
2 ■■■ 文件已修改
src/main/java/com/product/contract/controller/ProjectInfoController.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);