|
@ -13,7 +13,6 @@ import com.yihu.wlyy.service.template.DoctorGuidanceTempService;
|
|
|
import com.yihu.wlyy.service.template.DoctorTeamGuidanceService;
|
|
|
import com.yihu.wlyy.util.CommonUtil;
|
|
|
import com.yihu.wlyy.web.WeixinBaseController;
|
|
|
import com.yihu.wlyy.web.third.ylzpay.ThirdOnepayController;
|
|
|
import io.swagger.annotations.Api;
|
|
|
import io.swagger.annotations.ApiOperation;
|
|
|
import io.swagger.annotations.ApiParam;
|
|
@ -194,7 +193,7 @@ public class DoctorHealthGuidanceController extends WeixinBaseController {
|
|
|
BusinessLogs.info(BusinessLogs.BusinessType.guidance, getUID(), patient, new JSONObject(guidance));
|
|
|
return success("保存成功!");
|
|
|
} else {
|
|
|
return error(-1, "保存失败!");
|
|
|
return error(-1, "居民签约已到期,请使用文字回复。");
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
error(e);
|
|
@ -247,7 +246,7 @@ public class DoctorHealthGuidanceController extends WeixinBaseController {
|
|
|
doctorGuidanceTempService.countSend(modelCode);
|
|
|
return success("保存成功!");
|
|
|
} else {
|
|
|
return error(-1, "保存失败!");
|
|
|
return error(-1, "居民签约已到期,请使用文字回复。");
|
|
|
}
|
|
|
} catch (Exception e) {
|
|
|
error(e);
|