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