Commit 16b2dead authored by zhang's avatar zhang

update

parent 9df6177f
......@@ -42,7 +42,7 @@ public class PimsQuery {
* @param size
* @return
*/
public GeneralPagerVo<AssetAbstract> getLifeCycleDefinitionList(String templateID, int page, int size){
public GeneralPagerVo<AssetAbstract> getAssetByTemplate(String templateID, int page, int 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 s=resultUtil(response);
......
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