|
@@ -48,9 +48,7 @@ public class UserClueApiController extends BaseApiController{
|
|
|
throw new RuntimeException(e);
|
|
throw new RuntimeException(e);
|
|
|
}
|
|
}
|
|
|
Result res = new Result();
|
|
Result res = new Result();
|
|
|
- String s = userClueService.pushImportUserClue(list);
|
|
|
|
|
- System.out.println(s);
|
|
|
|
|
- return res.data(s);
|
|
|
|
|
|
|
+ return res.data(userClueService.pushImportUserClue(list));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|