|
@ -194,7 +194,7 @@ public class DoctorFollowUpController extends BaseController {
|
|
|
@RequestParam(value = "prescriptioncode", required = false) String prescriptioncode) {
|
|
|
try {
|
|
|
Followup followup = followUpService.startFollowup( id, followupNo, date, followupType, followupClass, followupManagerStatus,plandate,prescriptioncode);
|
|
|
followUpService.getNotStartFollowup(getUID(), followup.getFollowupPlanDate());
|
|
|
// followUpService.getNotStartFollowup(getUID(), followup.getFollowupPlanDate());
|
|
|
return write(200, "开始随访记录成功!");
|
|
|
} catch (ServiceException se) {
|
|
|
return write(-1,se.getMessage());
|