|
|
@@ -255,9 +255,13 @@ public class CommonService extends BaseService<Map<String, Object>> {
|
|
|
param = this.getLimit(param);
|
|
|
// 设置请求地址
|
|
|
//TODO 后面需要把地址换成云端地址
|
|
|
- String requestUrl = "http://192.168.1.24:7001/"
|
|
|
+ String requestUrl =
|
|
|
+ "http://" + param.get("svcIp")
|
|
|
+ + Constant.StringConstant.SYSTEM_COLON.getName()
|
|
|
+ + param.get("svcPort") + "/"
|
|
|
+ Constant.MDM_PREFIX
|
|
|
- + Constant.SERVER + "-"
|
|
|
+ + Constant.SERVER
|
|
|
+ + Constant.StringConstant.SYSTEM_MAGIN_LINE.getName()
|
|
|
+ param.get("svcCode")
|
|
|
+ Constant.MST_STAFF
|
|
|
+ "/list_by";
|