update
This commit is contained in:
+1
-1
@@ -77,7 +77,7 @@ public class LawsOpinionGatherEO implements Serializable {
|
||||
private String technologyTerritory;
|
||||
@TableField(exist = false)
|
||||
/**技术领域展示字段*/
|
||||
private String technologyTerritoryShow;
|
||||
private String technologyTerritoryName;
|
||||
|
||||
/**收集结果*/
|
||||
@Excel(name = "收集结果", width = 15)
|
||||
|
||||
+1
-1
@@ -151,7 +151,7 @@ public class LawsOpinionGatherEOServiceImpl extends ServiceImpl<LawsOpinionGathe
|
||||
}
|
||||
if(StringUtils.isNotEmpty(lawsOpinionGather.getTechnologyTerritory())){
|
||||
String technologyTerritoryShow = disposeTechnologyTerritory(technologyTerritoryList, lawsOpinionGather.getTechnologyTerritory(), cut);
|
||||
lawsOpinionGather.setTechnologyTerritoryShow(technologyTerritoryShow);
|
||||
lawsOpinionGather.setTechnologyTerritoryName(technologyTerritoryShow);
|
||||
}
|
||||
if(StringUtils.isNotEmpty(lawsOpinionGather.getOpinionArchiveId())){
|
||||
List<OSSFile> opinionArchiveFileList = iOSSFileService.getFileInfosByConnectId(StringUtils.join(lawsOpinionGather.getOpinionArchiveId(), ","));
|
||||
|
||||
Reference in New Issue
Block a user