河北国网上报接口调整
This commit is contained in:
@@ -14,10 +14,7 @@ import io.swagger.annotations.ApiImplicitParam;
|
||||
import io.swagger.annotations.ApiOperation;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.extern.slf4j.Slf4j;
|
||||
import org.springframework.web.bind.annotation.PostMapping;
|
||||
import org.springframework.web.bind.annotation.RequestBody;
|
||||
import org.springframework.web.bind.annotation.RequestMapping;
|
||||
import org.springframework.web.bind.annotation.RestController;
|
||||
import org.springframework.web.bind.annotation.*;
|
||||
|
||||
/**
|
||||
* pqs
|
||||
@@ -91,5 +88,14 @@ public class EvaluationDownController extends BaseController {
|
||||
return new PmsHttpResult<>(0, page);
|
||||
}
|
||||
|
||||
@OperateInfo(info = LogEnum.BUSINESS_COMMON)
|
||||
@GetMapping("/test")
|
||||
@ApiOperation("国网上送-测试")
|
||||
public PmsHttpResult<PmsPage<DimBusBarVO.DimBusBarMonitorVoltageVO>> test() {
|
||||
String methodDescribe = getMethodDescribe("test");
|
||||
return new PmsHttpResult<>(0, new PmsPage<>());
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -562,6 +562,10 @@ public class REvaluationDataServiceImpl extends ServiceImpl<RUploadEvaluationDat
|
||||
default:
|
||||
break;
|
||||
}
|
||||
lambdaQueryWrapper.eq(StrUtil.isNotBlank(param.getVoltageLevel()),RUploadEvaluationDataD::getVoltageLevel,param.getVoltageLevel())
|
||||
.eq(StrUtil.isNotBlank(param.getTargetType()),RUploadEvaluationDataD::getIndexType,param.getTargetType())
|
||||
.eq(StrUtil.isNotBlank(param.getTargetType())&¶m.getTargetType().equals("05"),RUploadEvaluationDataD::getHarmonicNum,param.getHarmCount());
|
||||
|
||||
return lambdaQueryWrapper;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user