|
@@ -19,7 +19,7 @@ public class LgReportController {
|
|
|
|
|
|
|
|
|
@GetMapping("/queryReportByTime")
|
|
|
- public List<EmsScqkLg> QueryWeightByTime(){
|
|
|
+ public List<EmsScqkLg> QueryReportByTime(){
|
|
|
Calendar calendar = Calendar.getInstance(); //创建Calendar 的实例
|
|
|
//可以转成你想要的格式 yyyy/MM/dd HH:mm:ss 等等
|
|
|
SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd");
|