|
@ -13,6 +13,7 @@ import com.yihu.wlyy.service.third.guahao.GuahaoXMService;
|
|
|
import com.yihu.wlyy.service.third.guahao.GuahaoYihuService;
|
|
|
import com.yihu.wlyy.service.third.guahao.IGuahaoService;
|
|
|
import com.yihu.wlyy.task.PushMsgTask;
|
|
|
import com.yihu.wlyy.util.DateUtil;
|
|
|
import com.yihu.wlyy.util.HttpClientUtil;
|
|
|
import com.yihu.wlyy.util.NetworkUtil;
|
|
|
import com.yihu.wlyy.util.SystemConf;
|
|
@ -400,6 +401,7 @@ public class BookingController extends WeixinBaseController {
|
|
|
}
|
|
|
}*/
|
|
|
|
|
|
|
|
|
@RequestMapping(value = "CreateOrderByDoctor", method = RequestMethod.POST)
|
|
|
@ResponseBody
|
|
|
@ApiOperation("(内网)转诊预约挂号")
|
|
@ -438,7 +440,7 @@ public class BookingController extends WeixinBaseController {
|
|
|
if (obj != null) {
|
|
|
String des = "";
|
|
|
try {
|
|
|
String msg = obj.getDname() + "医生已成功为您预约:" + obj.getStartTime() + "," + obj.getOrgName() +
|
|
|
String msg = obj.getDname() + "医生已成功为您预约:" + DateUtil.dateToChinese(obj.getStartTime()) + "," + obj.getOrgName() +
|
|
|
obj.getDeptName() + obj.getDeptName() + "医生的号源。您可直接前往医院就诊。";
|
|
|
|
|
|
//发送短信消息,调用总部发送信息的接口
|