feige
2024-10-07 f57c5b200b97a01738ace0cfa06e991ee4c01460
ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZHonorShareController.java
@@ -26,7 +26,7 @@
    @PostMapping("/share")
    public AjaxResult share(@RequestBody ShareMore zfDoctor){
        zfDoctor.setSysMenuId(2053L);
        zfDoctor.setSysMenuId(2030L);
        return zHonorShareService.saveZa(zfDoctor);
    }
@@ -35,7 +35,7 @@
     */
    @PostMapping("/getInfoByUserId")
    public AjaxResult empowerGetInfo(@RequestBody ShareMore zfDoctor){
        zfDoctor.setSysMenuId(2053L);
        zfDoctor.setSysMenuId(2030L);
        Integer pageNo = Convert.toInt(ServletUtils.getParameter(PAGE_NO), 1);
        Integer pageSize = Convert.toInt(ServletUtils.getParameter(PAGE_SIZE), 10);
        return  zHonorShareService.listByFidAid(zfDoctor,pageNo,pageSize) ;
@@ -55,7 +55,7 @@
     */
    @PostMapping("/deleteInfoByUserId")
    public AjaxResult deleteEmpower(@RequestBody ShareMore zfDoctor){
        zfDoctor.setSysMenuId(2053L);
        zfDoctor.setSysMenuId(2030L);
        return zHonorShareService.deleteZa(zfDoctor);
    }
@@ -64,7 +64,7 @@
     */
    @PostMapping("/downloadDate")
    public AjaxResult ifDownLoad(@RequestBody ZfDownload zfDownload){
        zfDownload.setSysMenuId(2053L);
        zfDownload.setSysMenuId(2030L);
        return zHonorDownloadService.addData(zfDownload);
    }
@@ -73,7 +73,7 @@
     */
    @GetMapping("/all")
    public AjaxResult data(ZfDownload zfDownload){
        zfDownload.setSysMenuId(2053L);
        zfDownload.setSysMenuId(2030L);
        Integer pageNo = Convert.toInt(ServletUtils.getParameter(PAGE_NO), 1);
        Integer pageSize = Convert.toInt(ServletUtils.getParameter(PAGE_SIZE), 10);
        return zHonorDownloadService.selectDoctorList(zfDownload,pageNo ,pageSize);