diff --git a/ruoyi-modules/Property/src/main/java/org/dromara/property/service/impl/AttendanceAreaServiceImpl.java b/ruoyi-modules/Property/src/main/java/org/dromara/property/service/impl/AttendanceAreaServiceImpl.java index 113999b1..26b70136 100644 --- a/ruoyi-modules/Property/src/main/java/org/dromara/property/service/impl/AttendanceAreaServiceImpl.java +++ b/ruoyi-modules/Property/src/main/java/org/dromara/property/service/impl/AttendanceAreaServiceImpl.java @@ -93,8 +93,8 @@ public class AttendanceAreaServiceImpl implements IAttendanceAreaService { if (ObjectUtil.isNotEmpty(bo.getDeviceManageId())) { assert add != null; // 将 deviceManageId 集合转换为以逗号分隔的字符串 - String deviceManageIdsStr = StringUtils.join(bo.getDeviceManageId(), ","); - add.setDeviceManageId(deviceManageIdsStr); +// String deviceManageIdsStr = StringUtils.join(bo.getDeviceManageId(), ","); + add.setDeviceManageId(bo.getDeviceManageId()); } validEntityBeforeSave(add); boolean flag = baseMapper.insert(add) > 0;