|
@@ -30,6 +30,7 @@ import com.ywt.outpatient.taihe.rpc.service.IdGenerator;
|
|
|
import com.ywt.outpatient.taihe.rpc.service.common.ConfigProvider;
|
|
|
import com.ywt.outpatient.taihe.rpc.domain.entity.center.MedicalCard;
|
|
|
import org.apache.dubbo.config.annotation.DubboReference;
|
|
|
+import org.apache.dubbo.config.annotation.DubboService;
|
|
|
import org.slf4j.Logger;
|
|
|
import org.slf4j.LoggerFactory;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
@@ -52,7 +53,7 @@ import java.util.stream.Collectors;
|
|
|
* @author johnson lin
|
|
|
* @date 2019-05-29 3:31 PM
|
|
|
*/
|
|
|
-@Service
|
|
|
+@DubboService
|
|
|
public class TaiheOutpatientProvider extends DubboTaiheOutpatientServiceTriple.TaiheOutpatientServiceImplBase{
|
|
|
private static Logger logger = LoggerFactory.getLogger(TaiheOutpatientProvider.class);
|
|
|
|