|
@@ -144,7 +144,7 @@ public class InquiryOrderController extends AppBaseController {
|
|
|
}
|
|
|
|
|
|
if (param.getType() == 1) {
|
|
|
- if (StringUtils.isBlank(user.getMaOpenId()) && !CloudHostUtils.hasCloudHostName("弘德堂")) {
|
|
|
+ if (StringUtils.isBlank(user.getMaOpenId()) && !CloudHostUtils.hasCloudHostName("弘德堂", "金牛明医", "木易华康")) {
|
|
|
return R.error("用户OPENID不存在");
|
|
|
}
|
|
|
|
|
@@ -180,7 +180,7 @@ public class InquiryOrderController extends AppBaseController {
|
|
|
if(user!=null){
|
|
|
|
|
|
// 红德堂特殊处理
|
|
|
- if (!CloudHostUtils.hasCloudHostName("弘德堂") && StringUtils.isBlank(user.getMaOpenId())) {
|
|
|
+ if (!CloudHostUtils.hasCloudHostName("弘德堂", "金牛明医", "木易华康") && StringUtils.isBlank(user.getMaOpenId())) {
|
|
|
return R.error("用户OPENID不存在");
|
|
|
}
|
|
|
|