|
@@ -1254,7 +1254,7 @@ public class GoodsServiceImpl extends ServiceImpl<GoodsMapper, Goods> implements
|
|
|
String url = "";
|
|
|
//中正学堂PC域名和H5域名 https://zzyxt.gdzzkj.net/ h.gdzzkj.net
|
|
|
// String domain = "http://192.168.1.222:6002/";
|
|
|
-// String domainH5 = "https://h.xyyxt.net";
|
|
|
+// String domainH5 = "http://120.79.166.78:19006";
|
|
|
String domain = "https://zzyxt.gdzzkj.net/";
|
|
|
String domainH5 = "https://h.gdzzkj.net";
|
|
|
Long tenantId = 867735392558919680L; //祥粤云
|
|
@@ -1262,7 +1262,7 @@ public class GoodsServiceImpl extends ServiceImpl<GoodsMapper, Goods> implements
|
|
|
domain = "https://web.xyyxt.net/";
|
|
|
domainH5 = "https://h.xyyxt.net";
|
|
|
// domain = "http://192.168.1.222:6002/";
|
|
|
-// domainH5 = "https://h.xyyxt.net";
|
|
|
+// domainH5 = "http://120.79.166.78:19006";
|
|
|
}
|
|
|
Goods goods = baseMapper.queryGoodsByIdTenant(bo.getGoodsId(), bo.getTenantId());
|
|
|
if (ObjectUtils.isNull(goods)) {
|