|
@@ -1,11 +1,17 @@
|
|
|
package com.gyee.runeconomy.service.auto.impl;
|
|
|
|
|
|
-import com.gyee.runeconomy.model.auto.ProEconTargetdata;
|
|
|
+import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
|
|
|
+import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
import com.gyee.runeconomy.mapper.auto.ProEconTargetdataMapper;
|
|
|
+import com.gyee.runeconomy.model.auto.ProEconTargetdata;
|
|
|
import com.gyee.runeconomy.service.auto.IProEconTargetdataService;
|
|
|
-import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
+import javax.annotation.Resource;
|
|
|
+import java.util.ArrayList;
|
|
|
+import java.util.Date;
|
|
|
+import java.util.List;
|
|
|
+
|
|
|
/**
|
|
|
* <p>
|
|
|
* 服务实现类
|
|
@@ -16,5 +22,244 @@ import org.springframework.stereotype.Service;
|
|
|
*/
|
|
|
@Service
|
|
|
public class ProEconTargetdataServiceImpl extends ServiceImpl<ProEconTargetdataMapper, ProEconTargetdata> implements IProEconTargetdataService {
|
|
|
+@Resource
|
|
|
+private IProEconTargetdataService proEconTargetdataService;
|
|
|
+ @Override
|
|
|
+ public List<ProEconTargetdata> qwtlist() {
|
|
|
+ List<ProEconTargetdata> qwt = new ArrayList<>();;
|
|
|
+ Date current = com.gyee.common.util.DateUtils.getCurrentDate();
|
|
|
+ QueryWrapper<ProEconTargetdata> qw1 = new QueryWrapper<>();
|
|
|
+ qw1.like("windpowerstation_id", "MLJ_FDC");
|
|
|
+ qw1.ge("record_date",current);
|
|
|
+ qw1.orderByDesc("operation_time");
|
|
|
+ qw1.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt1 = proEconTargetdataService.list(qw1);
|
|
|
+ if (qwt1 != null) {
|
|
|
+ qwt.addAll(qwt1);
|
|
|
+ }
|
|
|
+
|
|
|
+ QueryWrapper<ProEconTargetdata> qw2 = new QueryWrapper<>();
|
|
|
+ qw2.like("windpowerstation_id", "GJY_FDC");
|
|
|
+ qw2.ge("record_date",current);
|
|
|
+ qw2.orderByDesc("operation_time");
|
|
|
+ qw2.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt2 = proEconTargetdataService.list(qw2);
|
|
|
+ if (qwt2 != null) {
|
|
|
+ qwt.addAll(qwt2);
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ QueryWrapper<ProEconTargetdata> qw3 = new QueryWrapper<>();
|
|
|
+ qw3.like("windpowerstation_id", "QYRG_GDC");
|
|
|
+ qw3.ge("record_date",current);
|
|
|
+ qw3.orderByDesc("operation_time");
|
|
|
+ qw3.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt3 = proEconTargetdataService.list(qw3);
|
|
|
+ if (qwt3 != null) {
|
|
|
+ qwt.addAll(qwt3);
|
|
|
+ }
|
|
|
+
|
|
|
+ QueryWrapper<ProEconTargetdata> qw4 = new QueryWrapper<>();
|
|
|
+ qw4.like("windpowerstation_id", "CZXY_GDC");
|
|
|
+ qw4.ge("record_date",current);
|
|
|
+ qw4.orderByDesc("operation_time");
|
|
|
+ qw4.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt4 = proEconTargetdataService.list(qw4);
|
|
|
+ if (qwt4 != null) {
|
|
|
+ qwt.addAll(qwt4);
|
|
|
+ }
|
|
|
+
|
|
|
+ QueryWrapper<ProEconTargetdata> qw5 = new QueryWrapper<>();
|
|
|
+ qw5.like("windpowerstation_id", "YQXC");
|
|
|
+ qw5.ge("record_date",current);
|
|
|
+ qw5.orderByDesc("operation_time");
|
|
|
+ qw5.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt5 = proEconTargetdataService.list(qw5);
|
|
|
+ if (qwt5 != null) {
|
|
|
+ qwt.addAll(qwt5);
|
|
|
+ }
|
|
|
+
|
|
|
+ QueryWrapper<ProEconTargetdata> qw6 = new QueryWrapper<>();
|
|
|
+ qw6.like("windpowerstation_id", "HJFA_GDC");
|
|
|
+ qw6.ge("record_date",current);
|
|
|
+ qw6.orderByDesc("operation_time");
|
|
|
+ qw6.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt6 = proEconTargetdataService.list(qw6);
|
|
|
+ if (qwt6 != null) {
|
|
|
+ qwt.addAll(qwt6);
|
|
|
+ }
|
|
|
+
|
|
|
+ QueryWrapper<ProEconTargetdata> qw7 = new QueryWrapper<>();
|
|
|
+ qw7.like("windpowerstation_id", "WXYX_GDC");
|
|
|
+ qw7.ge("record_date",current);
|
|
|
+ qw7.orderByDesc("operation_time");
|
|
|
+ qw7.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt7 = proEconTargetdataService.list(qw7);
|
|
|
+ if (qwt7 != null) {
|
|
|
+ qwt.addAll(qwt7);
|
|
|
+ }
|
|
|
+
|
|
|
+ QueryWrapper<ProEconTargetdata> qw8 = new QueryWrapper<>();
|
|
|
+ qw8.like("windpowerstation_id", "WXYL_GDC");
|
|
|
+ qw8.ge("record_date",current);
|
|
|
+ qw8.orderByDesc("operation_time");
|
|
|
+ qw8.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt8 = proEconTargetdataService.list(qw8);
|
|
|
+ if (qwt8 != null) {
|
|
|
+ qwt.addAll(qwt8);
|
|
|
+ }
|
|
|
+
|
|
|
+ QueryWrapper<ProEconTargetdata> qw9 = new QueryWrapper<>();
|
|
|
+ qw9.like("windpowerstation_id", "PSSX_GDC");
|
|
|
+ qw9.ge("record_date",current);
|
|
|
+ qw9.orderByDesc("operation_time");
|
|
|
+ qw9.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt9 = proEconTargetdataService.list(qw9);
|
|
|
+ if (qwt9 != null) {
|
|
|
+ qwt.addAll(qwt9);
|
|
|
+ }
|
|
|
+
|
|
|
+ QueryWrapper<ProEconTargetdata> qw10 = new QueryWrapper<>();
|
|
|
+ qw10.like("windpowerstation_id", "HGFD_GDC");
|
|
|
+ qw10.ge("record_date",current);
|
|
|
+ qw10.orderByDesc("operation_time");
|
|
|
+ qw10.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt10 = proEconTargetdataService.list(qw10);
|
|
|
+ if (qwt10 != null) {
|
|
|
+ qwt.addAll(qwt10);
|
|
|
+ }
|
|
|
+
|
|
|
+ QueryWrapper<ProEconTargetdata> qw11 = new QueryWrapper<>();
|
|
|
+ qw11.like("windpowerstation_id", "YX_GDC");
|
|
|
+ qw11.ge("record_date",current);
|
|
|
+ qw11.orderByDesc("operation_time");
|
|
|
+ qw11.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt11 = proEconTargetdataService.list(qw11);
|
|
|
+ if (qwt11 != null) {
|
|
|
+ qwt.addAll(qwt11);
|
|
|
+ }
|
|
|
+
|
|
|
+ QueryWrapper<ProEconTargetdata> qw12 = new QueryWrapper<>();
|
|
|
+ qw12.like("windpowerstation_id", "JK_GDC");
|
|
|
+ qw12.ge("record_date",current);
|
|
|
+ qw12.orderByDesc("operation_time");
|
|
|
+ qw12.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt12 = proEconTargetdataService.list(qw12);
|
|
|
+ if (qwt12 != null) {
|
|
|
+ qwt.addAll(qwt12);
|
|
|
+ }
|
|
|
+
|
|
|
+ QueryWrapper<ProEconTargetdata> qw13 = new QueryWrapper<>();
|
|
|
+ qw13.like("windpowerstation_id", "TZ_GDC");
|
|
|
+ qw13.ge("record_date",current);
|
|
|
+ qw13.orderByDesc("operation_time");
|
|
|
+ qw13.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt13= proEconTargetdataService.list(qw13);
|
|
|
+ if (qwt13 != null) {
|
|
|
+ qwt.addAll(qwt13);
|
|
|
+ }
|
|
|
+
|
|
|
+ QueryWrapper<ProEconTargetdata> qw14 = new QueryWrapper<>();
|
|
|
+ qw14.like("windpowerstation_id", "YQ_GDC");
|
|
|
+ qw14.ge("record_date",current);
|
|
|
+ qw14.orderByDesc("operation_time");
|
|
|
+ qw14.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt14 = proEconTargetdataService.list(qw14);
|
|
|
+ if (qwt14 != null) {
|
|
|
+ qwt.addAll(qwt14);
|
|
|
+ }
|
|
|
+
|
|
|
+ QueryWrapper<ProEconTargetdata> qw15 = new QueryWrapper<>();
|
|
|
+ qw15.like("windpowerstation_id", "YLZ_GDC");
|
|
|
+ qw15.ge("record_date",current);
|
|
|
+ qw15.orderByDesc("operation_time");
|
|
|
+ qw15.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt15 = proEconTargetdataService.list(qw15);
|
|
|
+ if (qwt15 != null) {
|
|
|
+ qwt.addAll(qwt15);
|
|
|
+ }
|
|
|
+
|
|
|
+ QueryWrapper<ProEconTargetdata> qw16 = new QueryWrapper<>();
|
|
|
+ qw16.like("windpowerstation_id", "LHS_GDC");
|
|
|
+ qw16.ge("record_date",current);
|
|
|
+ qw16.orderByDesc("operation_time");
|
|
|
+ qw16.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt16 = proEconTargetdataService.list(qw16);
|
|
|
+ if (qwt16 != null) {
|
|
|
+ qwt.addAll(qwt16);
|
|
|
+ }
|
|
|
+
|
|
|
+ QueryWrapper<ProEconTargetdata> qw17 = new QueryWrapper<>();
|
|
|
+ qw17.like("windpowerstation_id", "FS_GDC");
|
|
|
+ qw17.ge("record_date",current);
|
|
|
+ qw17.orderByDesc("operation_time");
|
|
|
+ qw17.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt17 = proEconTargetdataService.list(qw17);
|
|
|
+ if (qwt17 != null) {
|
|
|
+ qwt.addAll(qwt17);
|
|
|
+ }
|
|
|
+
|
|
|
+ QueryWrapper<ProEconTargetdata> qw18 = new QueryWrapper<>();
|
|
|
+ qw18.like("windpowerstation_id", "ZK_FDC");
|
|
|
+ qw18.ge("record_date",current);
|
|
|
+ qw18.orderByDesc("operation_time");
|
|
|
+ qw18.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt18 = proEconTargetdataService.list(qw18);
|
|
|
+ if (qwt18 != null) {
|
|
|
+ qwt.addAll(qwt18);
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ QueryWrapper<ProEconTargetdata> qw19 = new QueryWrapper<>();
|
|
|
+ qw19.like("windpowerstation_id", "SY_GDC");
|
|
|
+ qw19.ge("record_date",current);
|
|
|
+ qw19.orderByDesc("operation_time");
|
|
|
+ qw19.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt19 = proEconTargetdataService.list(qw19);
|
|
|
+ if (qwt19 != null) {
|
|
|
+ qwt.addAll(qwt19);
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ QueryWrapper<ProEconTargetdata> qw20 = new QueryWrapper<>();
|
|
|
+ qw20.like("windpowerstation_id", "BHB_FDC");
|
|
|
+ qw20.ge("record_date",current);
|
|
|
+ qw20.orderByDesc("operation_time");
|
|
|
+ qw20.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt20 = proEconTargetdataService.list(qw20);
|
|
|
+ if (qwt20 != null) {
|
|
|
+ qwt.addAll(qwt20);
|
|
|
+ }
|
|
|
+
|
|
|
+ QueryWrapper<ProEconTargetdata> qw21 = new QueryWrapper<>();
|
|
|
+ qw21.like("windpowerstation_id", "HSM_FDC");
|
|
|
+ qw21.ge("record_date",current);
|
|
|
+ qw21.orderByDesc("operation_time");
|
|
|
+ qw21.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt21 = proEconTargetdataService.list(qw21);
|
|
|
+ if (qwt21 != null) {
|
|
|
+ qwt.addAll(qwt21);
|
|
|
+ }
|
|
|
+
|
|
|
+ QueryWrapper<ProEconTargetdata> qw22 = new QueryWrapper<>();
|
|
|
+ qw22.like("windpowerstation_id", "YTY_FDC");
|
|
|
+ qw22.ge("record_date",current);
|
|
|
+ qw22.orderByDesc("operation_time");
|
|
|
+ qw22.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt22 = proEconTargetdataService.list(qw22);
|
|
|
+ if (qwt22 != null) {
|
|
|
+ qwt.addAll(qwt22);
|
|
|
+ }
|
|
|
|
|
|
+ QueryWrapper<ProEconTargetdata> qw23 = new QueryWrapper<>();
|
|
|
+ qw23.like("windpowerstation_id", "BHB3_FDC");
|
|
|
+ qw23.ge("record_date",current);
|
|
|
+ qw23.orderByDesc("operation_time");
|
|
|
+ qw23.last("LIMIT 1");
|
|
|
+ List<ProEconTargetdata> qwt23 = proEconTargetdataService.list(qw23);
|
|
|
+ if (qwt23 != null) {
|
|
|
+ qwt.addAll(qwt23);
|
|
|
+ }
|
|
|
+ return qwt;
|
|
|
+ }
|
|
|
}
|