fix: AWC查询接口中优化返回的文件类型内容

This commit is contained in:
zhangyanduan
2022-07-06 18:04:53 +08:00
parent ea0480a404
commit 788483b2ba
@@ -24,7 +24,7 @@ public class FileResult {
@ApiModelProperty(value = "文本类型")
@JSONField(ordinal=2)
private String documentType= "标准法规系统";
private String documentType= "标准法规";
}