|
@@ -476,7 +476,7 @@ public class FodderServiceImpl extends IBaseServiceImpl<FodderEntity, Long> impl
|
|
|
public List<String> getSceneCodeByParentIds(String dirs) {
|
|
|
if (StrUtil.isNotBlank(dirs)){
|
|
|
return entityMapper.getListStr(StrUtil.format("select scene_code from tb_fodder " +
|
|
|
- "where is_delete=0 and type='pano' and parent_id in ({}) ", dirs));
|
|
|
+ "where is_delete=0 and type='pano' and dir_id in ({}) ", dirs));
|
|
|
}
|
|
|
return new ArrayList<>();
|
|
|
}
|