zyp 2 days ago
parent
commit
ab9f6ea65f

+ 2 - 0
fs-service/src/main/java/com/fs/his/vo/FsDoctorArticleUVO.java

@@ -32,5 +32,7 @@ public class FsDoctorArticleUVO implements Serializable {
     private Date createTime;
     private String videoUrl;
 
+    private String fileId; //vod文件id
+
 
 }

+ 1 - 0
fs-user-app/src/main/java/com/fs/app/controller/DoctorArticleController.java

@@ -46,6 +46,7 @@ public class DoctorArticleController extends  AppBaseController {
         List<FsDoctorArticleCate> list=articleCateService.selectFsDoctorArticleCateList(map);
         return R.ok().put("data",list);
     }
+
     @GetMapping("/getDoctorArticleList")
     @Cacheable(value = "getDoctorArticleList", key = "#param")
     public R getDoctorArticleList(FsDoctorArticleListUParam param)