Procházet zdrojové kódy

教育文章接口BUG修改

huangwenjie před 7 roky
rodič
revize
ada93e5568

+ 1 - 1
patient-co/patient-co-wlyy/src/main/java/com/yihu/wlyy/web/doctor/jimeiJkEduPC/DoctorJMJkEduArticlePCController.java

@ -315,7 +315,7 @@ public class DoctorJMJkEduArticlePCController extends BaseController {
        }
    }
    
    @RequestMapping(value = "fetchPatientArticlePushedList", method = RequestMethod.GET)
    @RequestMapping(value = "fetchPatientArticlePushedList", method = RequestMethod.POST)
    @ApiOperation("获取居民被团队下的医生推送的文章列表 ")
    public String pushArticleLogs(
            @ApiParam(name = "patientCode", value = "居民CODE", required = true) @RequestParam(value = "patientCode", required = true) String patientCode,