|
@@ -1,5 +1,6 @@
|
|
|
package com.ywt.outpatient.controllers;
|
|
|
|
|
|
+import com.ywt.biz.common.constant.GlobalConstants;
|
|
|
import com.ywt.biz.common.enums.SexEnum;
|
|
|
import com.ywt.biz.common.util.StringHelper;
|
|
|
import com.ywt.gapi.Result;
|
|
@@ -28,13 +29,13 @@ import java.util.stream.Collectors;
|
|
|
public class YiDaController {
|
|
|
private static Logger logger = LoggerFactory.getLogger(YiDaController.class);
|
|
|
|
|
|
- @DubboReference
|
|
|
+ @DubboReference(url = GlobalConstants.CENTRAL_CONTROL_SERVICE_NFYY_SERVICE_DUBBO_REFERENCE_URL, protocol = GlobalConstants.DUBBO_REFERENCE_PROTOCOL)
|
|
|
private YiDaService yiDaServiceBlockingStub;
|
|
|
|
|
|
@DubboReference
|
|
|
private SystemService systemServiceBlockingStub;
|
|
|
|
|
|
- @DubboReference
|
|
|
+ @DubboReference(url = GlobalConstants.CENTRAL_CONTROL_SERVICE_NFYY_SERVICE_DUBBO_REFERENCE_URL, protocol = GlobalConstants.DUBBO_REFERENCE_PROTOCOL)
|
|
|
private NfyyService nfyyServiceBlockingStub;
|
|
|
|
|
|
@RequestMapping({"/recommeTaiheRegisterControllernd"})
|