1.国网上送接口调整
This commit is contained in:
@@ -144,7 +144,6 @@ public class PqTypicalSourceCreatePOServiceImpl extends ServiceImpl<PqTypicalSou
|
|||||||
else {
|
else {
|
||||||
list = this.lambdaQuery()
|
list = this.lambdaQuery()
|
||||||
.eq(PqTypicalSourceCreatePO::getComputeDate,uploadParam.getTime())
|
.eq(PqTypicalSourceCreatePO::getComputeDate,uploadParam.getTime())
|
||||||
.eq(PqTypicalSourceCreatePO::getIsUploadHead,0)
|
|
||||||
.isNotNull(PqTypicalSourceCreatePO::getComputeDate)
|
.isNotNull(PqTypicalSourceCreatePO::getComputeDate)
|
||||||
.in(PqTypicalSourceCreatePO::getStatisticalLevel, Stream.of("3","4").collect(Collectors.toList()))
|
.in(PqTypicalSourceCreatePO::getStatisticalLevel, Stream.of("3","4").collect(Collectors.toList()))
|
||||||
.list();
|
.list();
|
||||||
|
|||||||
Reference in New Issue
Block a user