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