|
@ -449,6 +449,14 @@ public class PrescriptionEndpoint extends EnvelopRestEndpoint {
|
|
|
@RequestParam(value = "workTimeJson", required = true)String workTimeJson)throws Exception {
|
|
|
return success(prescriptionService.saveDoctorWorkTimeJson(type,codes,workTimeJson));
|
|
|
}
|
|
|
|
|
|
// @PostMapping(value = BaseHospitalRequestMapping.Prescription.findPatientInfo)
|
|
|
// @ApiOperation(value = "排班批量保存接口", notes = "排班批量保存接口")
|
|
|
// public ObjEnvelop findPatientInfo(@ApiParam(name = "type", value = "1.全医院,2.科室,3.医生")
|
|
|
// @RequestParam(value = "type", required = true)String patient){
|
|
|
// return success(prescriptionService.findPatientInfo(type,codes,workTimeJson));
|
|
|
//
|
|
|
// }
|
|
|
//===========
|
|
|
|
|
|
|