Quellcode durchsuchen

提醒居民续签

trick9191 vor 8 Jahren
Ursprung
Commit
5391d55a12

+ 1 - 1
patient-co-wlyy/src/main/java/com/yihu/wlyy/web/doctor/sign/DoctorSignController.java

@ -515,7 +515,7 @@ public class DoctorSignController extends WeixinBaseController {
    }
    @RequestMapping("/remainPatientRenew")
    @ApiOperation(value = "统计咨询量、获取待预约、获取健康教育、获取健康指导")
    @ApiOperation(value = "提醒居民续签")
    public String remainPatientRenew(@RequestParam(required = true)String patient){
        try{
            int rs =signWebService.remainPatientRenew(getAccessToken(),patient,getUID());