Commit 639f4c7f by 蒋勇

d

parent e7246859
...@@ -61,8 +61,7 @@ class RptTypeService extends ServiceBase{ ...@@ -61,8 +61,7 @@ class RptTypeService extends ServiceBase{
rs.forEach((item=>{ rs.forEach((item=>{
tmp[item.indexName]=Number(item.status); tmp[item.indexName]=Number(item.status);
})); }));
var rptdata=await this.apiCallWithoutAk("http://123.57.217.203:30001/gsb/api/report",tmp); var rptdata=await this.apiCallWithoutAk("http://fkrptresult-service/gsb/api/report",tmp);
return rptdata; return rptdata;
} }
async saveRpt(upinfo){ async saveRpt(upinfo){
......
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