report日期选择方式更改
This commit is contained in:
@@ -6,6 +6,7 @@ import java.util.Calendar;
|
||||
import java.util.Collections;
|
||||
import java.util.Date;
|
||||
import java.util.HashMap;
|
||||
import java.util.LinkedHashMap;
|
||||
import java.util.List;
|
||||
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
@@ -139,7 +140,7 @@ public class NtcTagReportController extends BaseController {
|
||||
// // TODO: handle exception
|
||||
// e.printStackTrace();
|
||||
// }
|
||||
HashMap<String,List<Long>> showData=new HashMap<>();//构造数据展示集合
|
||||
HashMap<String,List<Long>> showData=new LinkedHashMap<>();//构造数据展示集合
|
||||
for(ServiceDictInfo label:labels){
|
||||
List<Long> line= new ArrayList<Long>();
|
||||
long total=0l;
|
||||
|
||||
Reference in New Issue
Block a user