|
@ -1,8 +1,3 @@
|
|
|
/*******************************************************************************
|
|
|
* Copyright (c) 2005, 2014 springside.github.io
|
|
|
* <p>
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
*******************************************************************************/
|
|
|
package com.yihu.wlyy.service.app.consult;
|
|
|
|
|
|
import com.yihu.wlyy.entity.consult.Consult;
|
|
@ -110,6 +105,12 @@ public class ConsultTeamService extends ConsultService {
|
|
|
private MessageDao messageDao;
|
|
|
@Autowired
|
|
|
private PrescriptionDao prescriptionDao;
|
|
|
@Autowired
|
|
|
private PrescriptionLogService prescriptionLogService;
|
|
|
@Autowired
|
|
|
private ImUtill ImUtill;
|
|
|
@Autowired
|
|
|
private HttpClientUtil HttpClientUtil;
|
|
|
|
|
|
@Autowired
|
|
|
WeiXinAccessTokenUtils accessTokenUtils;
|