|
@@ -468,6 +468,7 @@ public class AssetService {
|
|
|
Object operation1 = query.get("operation");
|
|
Object operation1 = query.get("operation");
|
|
|
if (ObjectUtils.isNotEmpty(operation1)){
|
|
if (ObjectUtils.isNotEmpty(operation1)){
|
|
|
String operation = operation1.toString();
|
|
String operation = operation1.toString();
|
|
|
|
|
+ log.debug("传过来的值为:"+operation);
|
|
|
List<UserHistory> content = map.getContent();
|
|
List<UserHistory> content = map.getContent();
|
|
|
for (int i = 0; i < content.size(); i++) {
|
|
for (int i = 0; i < content.size(); i++) {
|
|
|
if (!content.get(i).getDescription().equals(operation)){
|
|
if (!content.get(i).getDescription().equals(operation)){
|