1
All checks were successful
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Successful in 4m54s
All checks were successful
Build and Push to Target Registry / 构建并推送镜像到目标仓库 (push) Successful in 4m54s
This commit is contained in:
parent
da70fcc869
commit
77bfdd2823
@ -93,8 +93,8 @@ public class AttendanceAreaServiceImpl implements IAttendanceAreaService {
|
|||||||
if (ObjectUtil.isNotEmpty(bo.getDeviceManageId())) {
|
if (ObjectUtil.isNotEmpty(bo.getDeviceManageId())) {
|
||||||
assert add != null;
|
assert add != null;
|
||||||
// 将 deviceManageId 集合转换为以逗号分隔的字符串
|
// 将 deviceManageId 集合转换为以逗号分隔的字符串
|
||||||
String deviceManageIdsStr = StringUtils.join(bo.getDeviceManageId(), ",");
|
// String deviceManageIdsStr = StringUtils.join(bo.getDeviceManageId(), ",");
|
||||||
add.setDeviceManageId(deviceManageIdsStr);
|
add.setDeviceManageId(bo.getDeviceManageId());
|
||||||
}
|
}
|
||||||
validEntityBeforeSave(add);
|
validEntityBeforeSave(add);
|
||||||
boolean flag = baseMapper.insert(add) > 0;
|
boolean flag = baseMapper.insert(add) > 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user