Commit 762a329a authored by 赵啸非's avatar 赵啸非

添加服务追踪

parent 46107448
......@@ -107,7 +107,6 @@ export default {
// this.getwaitedListdata(id);
},
getwaitedListdata() {
console.log(111111111111111)
let url =
process.env.VUE_APP_SITETREE_URL == "undefined"
? "http://192.168.0.98:11078/base/site/siteTree"
......
......@@ -87,11 +87,8 @@ public class SyncRegisterUserTaskImpl implements ITaskExcuteService {
private void syncRegisterUsers() {
//根据数量查询
//查询本地最大id
int count = personService.count(new PersonQuery(), null);
String registerPath = "/inter/Actuary/peopleList";
String url = host + registerPath;
Map<String, Object> params = new HashMap<>();
......
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