项目法规任务--列表标准信息修改

This commit is contained in:
zhn
2023-01-13 14:47:51 +08:00
parent c508848729
commit f767d92984
@@ -440,6 +440,11 @@ public class ProcessInfoEOServiceImpl extends ServiceImpl<ProcessInfoEOMapper, P
List<String> userIdList = new ArrayList<>();
datas.forEach(data -> {
String standardInfo = data.getStandardInfo();
if(StringUtils.isNotBlank(standardInfo)){
String standardInfoTemp = standardInfo.replaceAll("", " ");
data.setStandardInfo(standardInfoTemp);
}
//设置上一个操作人。
for (Map.Entry<String, List<ProcessInfoDetailEO>> detailMap : lastAssigneeDetailMap.entrySet()) {
if(StringUtils.equals(data.getId(),detailMap.getKey())){