|
@ -1,5 +1,6 @@
|
|
package com.yihu.wlyy.web.doctor.patient;
|
|
package com.yihu.wlyy.web.doctor.patient;
|
|
|
|
|
|
|
|
import com.yihu.wlyy.aop.ObserverRequired;
|
|
import com.yihu.wlyy.service.app.physicalExamination.PhysicalExamTeamRemindService;
|
|
import com.yihu.wlyy.service.app.physicalExamination.PhysicalExamTeamRemindService;
|
|
import com.yihu.wlyy.service.app.physicalExamination.PhysicalExaminationRemindService;
|
|
import com.yihu.wlyy.service.app.physicalExamination.PhysicalExaminationRemindService;
|
|
import com.yihu.wlyy.web.BaseController;
|
|
import com.yihu.wlyy.web.BaseController;
|
|
@ -61,6 +62,7 @@ public class PyhsicExamRemindController extends BaseController{
|
|
|
|
|
|
@RequestMapping(value = "singleRemindPhyExam", method = RequestMethod.POST)
|
|
@RequestMapping(value = "singleRemindPhyExam", method = RequestMethod.POST)
|
|
@ApiOperation("单个提醒居民")
|
|
@ApiOperation("单个提醒居民")
|
|
|
|
@ObserverRequired
|
|
public String singleRemindPhyExam(@ApiParam(name = "patient", value = "居民code", defaultValue = "644")
|
|
public String singleRemindPhyExam(@ApiParam(name = "patient", value = "居民code", defaultValue = "644")
|
|
@RequestParam(value = "patient", required = true) String patient){
|
|
@RequestParam(value = "patient", required = true) String patient){
|
|
try {
|
|
try {
|
|
@ -77,6 +79,7 @@ public class PyhsicExamRemindController extends BaseController{
|
|
|
|
|
|
@RequestMapping(value = "remindPhyExams", method = RequestMethod.POST)
|
|
@RequestMapping(value = "remindPhyExams", method = RequestMethod.POST)
|
|
@ApiOperation("批量提醒居民")
|
|
@ApiOperation("批量提醒居民")
|
|
|
|
@ObserverRequired
|
|
public String remindPhyExams(@ApiParam(name = "adminTeamCode", value = "行政团队编码", defaultValue = "644")
|
|
public String remindPhyExams(@ApiParam(name = "adminTeamCode", value = "行政团队编码", defaultValue = "644")
|
|
@RequestParam(value = "adminTeamCode", required = true) Long adminTeamCode){
|
|
@RequestParam(value = "adminTeamCode", required = true) Long adminTeamCode){
|
|
try {
|
|
try {
|