This commit is contained in:
雷欧(林平凡)
2025-08-14 16:02:13 +08:00
parent 2fdbb080f6
commit 87633d438e

View File

@@ -54,7 +54,7 @@ public class XbGroupController extends BaseController
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")
List<XbGroup> rows = (List<XbGroup>) dataTable.getRows(); List<XbGroup> rows = (List<XbGroup>) dataTable.getRows();
for (XbGroup xbGroupCache : rows) { for (XbGroup xbGroupCache : rows) {
xbGroupCache.setGroupTypeName(GroupType.getName(xbGroup.getGroupType())); xbGroupCache.setGroupTypeName(GroupType.getName(xbGroupCache.getGroupType()));
} }
dataTable.setRows(rows); dataTable.setRows(rows);
} }