|
@@ -179,9 +179,8 @@ public class DragTableServiceImpl implements IDragTableService {
|
|
).collect(Collectors.toList());
|
|
).collect(Collectors.toList());
|
|
resultMap.put("button",btnList);
|
|
resultMap.put("button",btnList);
|
|
}
|
|
}
|
|
-
|
|
|
|
- commonEntity.setResultMap(resultMap);
|
|
|
|
}
|
|
}
|
|
|
|
+ commonEntity.setResultMap(resultMap);
|
|
return commonEntity;
|
|
return commonEntity;
|
|
}
|
|
}
|
|
|
|
|