|
|
@@ -594,7 +594,7 @@ public class UserManagerController extends BaseController {
|
|
|
for (String smonth : monthss) {
|
|
|
int month = Integer.parseInt(smonth);
|
|
|
long count = userService.countByLoginInputMonth(start, end, month);
|
|
|
- data.put(smonth,count);
|
|
|
+ data.put("month"+smonth,count);
|
|
|
}
|
|
|
return data;
|
|
|
}
|