Commit 9df6177f authored by zhengfunan's avatar zhengfunan

修改url

parent b3b2b62f
...@@ -43,7 +43,7 @@ public class PimsQuery { ...@@ -43,7 +43,7 @@ public class PimsQuery {
* @return * @return
*/ */
public GeneralPagerVo<AssetAbstract> getLifeCycleDefinitionList(String templateID, int page, int size){ public GeneralPagerVo<AssetAbstract> getLifeCycleDefinitionList(String templateID, int page, int size){
String url="http://"+ SaAuth.serverId +":"+SaAuth.serverPort+"/pims/asset?dbName="+SaAuth.dbName+"&templateID="+templateID+"&page="+page+templateID+"&size="+size; String url="http://"+ SaAuth.serverId +":"+SaAuth.serverPort+"/pims/asset?dbName="+SaAuth.dbName+"&templateID="+templateID+"&page="+page+"&size="+size;
String response=PimHttpUtil.sendGet(url); String response=PimHttpUtil.sendGet(url);
String s=resultUtil(response); String s=resultUtil(response);
return JSONObject.parseObject(s,new TypeReference<GeneralPagerVo<AssetAbstract>>(){}); return JSONObject.parseObject(s,new TypeReference<GeneralPagerVo<AssetAbstract>>(){});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment