|
@@ -45,10 +45,6 @@ public class SpringTaskConfig {
|
|
|
item.setType((long) 0);
|
|
|
}
|
|
|
}
|
|
|
- if (!type.equals(item.getType())){
|
|
|
- item.setUpdateBy(getUsername());
|
|
|
- item.setUpdateTime(DateUtils.dateTime(DateUtils.YYYY_MM_DD_HH_MM_SS,DateUtils.getTime()));
|
|
|
- }
|
|
|
return item;
|
|
|
}).collect(Collectors.toList());
|
|
|
postCollectionsSystemMapper.updateBatchById(postCollectionsSystemList);
|