瀏覽代碼

添加门诊手动执行取消

wangjun 4 年之前
父節點
當前提交
00e911c452
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      svr/svr-internet-hospital-job/src/main/java/com/yihu/jw/web/quota/JobController.java

+ 3 - 1
svr/svr-internet-hospital-job/src/main/java/com/yihu/jw/web/quota/JobController.java

@ -636,6 +636,7 @@ public class JobController extends BaseController {
    }
    @RequestMapping(value = "cancelSinglePre", method = RequestMethod.GET)
    @ApiOperation("取消未接诊")
    public String cancelSinglePre(String outpatientId){
        if (StringUtils.isNotBlank(outpatientId)){
            System.out.println(outpatientId);
@ -644,7 +645,8 @@ public class JobController extends BaseController {
            return prescriptionStatusUpdateService.cancelAll();
        }
    }
    @RequestMapping(value = "cancelRecivePre", method = RequestMethod.GET)
    @RequestMapping(value = "overRecivePre", method = RequestMethod.GET)
    @ApiOperation("结束接诊")
    public void cancelRecivePre(String outpatientId){
        if (StringUtils.isNotBlank(outpatientId)){
            System.out.println(outpatientId);