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