|
@@ -65,6 +65,6 @@ public interface FsShareMaterialMapper extends BaseMapper<FsShareMaterial>{
|
|
|
/**
|
|
/**
|
|
|
* 查询分享素材选项
|
|
* 查询分享素材选项
|
|
|
*/
|
|
*/
|
|
|
- @Select("select id as dictValue,material_name as dictLabel from fs_share_material")
|
|
|
|
|
|
|
+ @Select("select id as dictValue,material_name as dictLabel,material_url as dictImgUrl, type as dictValue1 from fs_share_material")
|
|
|
List<OptionsVO> listOptions();
|
|
List<OptionsVO> listOptions();
|
|
|
}
|
|
}
|