mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 00:05:57 +10:00
[유치수] [NOBTS] bug fix.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@1709 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -88,7 +88,7 @@ public class ScatterChartController {
|
||||
} else {
|
||||
List<TraceId> traceIds = scatter.selectScatterTraceIdList(applicationName, from, to, limit);
|
||||
|
||||
if (!traceIds.isEmpty()) {
|
||||
if (traceIds.isEmpty()) {
|
||||
model.addAttribute("queryStart", -1);
|
||||
model.addAttribute("queryEnd", -1);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user