This commit is contained in:
雷欧(林平凡)
2025-08-14 14:34:19 +08:00
parent 58cb1ef742
commit c34f6c9814

View File

@@ -54,6 +54,7 @@ public class XbGroupController extends BaseController
for (XbGroup xbGroupCache : rows) {
xbGroupCache.setGroupTypeName(GroupType.getName(xbGroup.getGroupType()));
}
dataTable.setRows(rows);
}
return dataTable;