国标通道编辑支持选择现有的行政区划和虚拟组织
This commit is contained in:
@@ -156,7 +156,7 @@ public class GbChannelServiceImpl implements IGbChannelService {
|
||||
}
|
||||
List<CommonGBChannel> onlineChannelList = commonGBChannelMapper.queryInListByStatus(commonGBChannelList, "ON");
|
||||
if (onlineChannelList.isEmpty()) {
|
||||
log.warn("[多个通道离线] 更新失败, 参数内通道已经离线, 无需更新");
|
||||
log.info("[多个通道离线] 更新失败, 参数内通道已经离线, 无需更新");
|
||||
return 0;
|
||||
}
|
||||
int limitCount = 1000;
|
||||
|
||||
Reference in New Issue
Block a user