Commit 3eeaebed authored by zhang's avatar zhang

update

parent 7e3a9285
......@@ -99,13 +99,13 @@ public class RemoteTdPimHelper {
* @param vo
* @return
*/
// public String updateAssetValues(AssetVo vo){
// String url="http://"+ this.rsh.serverIP +":"+ this.rsh.serverPort+"/pims/asset/field?dbName="+this.rsh.dbName;
// String response= PimHttpUtil.sendPut(this.rsh.saToken,url,(JSONObject)JSONObject.toJSON(vo));
// String s= resultUtil(response);
//
// return s;
// }
public String updateAssetValues(AssetVo vo){
String url="http://"+ this.rsh.serverIP +":"+ this.rsh.serverPort+"/pims/asset/field?dbName="+this.rsh.dbName;
String response= PimHttpUtil.sendPut(this.rsh.saToken,url,(JSONObject)JSONObject.toJSON(vo));
String s= resultUtil(response);
return s;
}
/**
* 新建资产
......
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