|
@ -172,7 +172,7 @@ public class DoctorFollowUpController extends BaseController {
|
|
@RequestParam(value = "followupManagerStatus", required = false) String followupManagerStatus,
|
|
@RequestParam(value = "followupManagerStatus", required = false) String followupManagerStatus,
|
|
@ApiParam(name = "plandate", value = "下次随访时间", defaultValue = "2016-12-14 20:00:00")
|
|
@ApiParam(name = "plandate", value = "下次随访时间", defaultValue = "2016-12-14 20:00:00")
|
|
@RequestParam(value = "plandate", required = false) String plandate,
|
|
@RequestParam(value = "plandate", required = false) String plandate,
|
|
@ApiParam(name = "prescriptioncode", value = "续方CODE", defaultValue = "续方CODE")
|
|
|
|
|
|
@ApiParam(name = "prescriptioncode", value = "续方CODE", defaultValue = "")
|
|
@RequestParam(value = "prescriptioncode", required = false) String prescriptioncode) {
|
|
@RequestParam(value = "prescriptioncode", required = false) String prescriptioncode) {
|
|
try {
|
|
try {
|
|
followUpService.startFollowup(id, date, followupType, followupClass, followupManagerStatus,plandate,prescriptioncode);
|
|
followUpService.startFollowup(id, date, followupType, followupClass, followupManagerStatus,plandate,prescriptioncode);
|