|
@@ -91,7 +91,7 @@ public class EconomicController {
|
|
@RequestParam(value = "endtime", required = false) String endtime,
|
|
@RequestParam(value = "endtime", required = false) String endtime,
|
|
@RequestParam(value = "dateType", required = false) String dateType
|
|
@RequestParam(value = "dateType", required = false) String dateType
|
|
) throws Exception {
|
|
) throws Exception {
|
|
- List<List<Glqx>> curvefitting = null;
|
|
|
|
|
|
+ List<Glqx>curvefitting = null;
|
|
if(StringUtils.isEmpty(type)) type = "-2";
|
|
if(StringUtils.isEmpty(type)) type = "-2";
|
|
if(StringUtils.isEmpty(dateType)) dateType = "1";
|
|
if(StringUtils.isEmpty(dateType)) dateType = "1";
|
|
|
|
|