国网上送提交代码
This commit is contained in:
@@ -107,6 +107,7 @@ public class PqTypicalSourceCreatePOServiceImpl extends ServiceImpl<PqTypicalSou
|
||||
list = this.lambdaQuery()
|
||||
.eq(PqTypicalSourceCreatePO::getStatisticalDate,uploadParam.getTime())
|
||||
.in(PqTypicalSourceCreatePO::getId,uploadParam.getList())
|
||||
.eq(PqTypicalSourceCreatePO::getStatisticalLevel,"3")
|
||||
.list();
|
||||
}
|
||||
//未指定数据上送,则将所有未上送的数据,上送上去
|
||||
@@ -114,6 +115,7 @@ public class PqTypicalSourceCreatePOServiceImpl extends ServiceImpl<PqTypicalSou
|
||||
list = this.lambdaQuery()
|
||||
.eq(PqTypicalSourceCreatePO::getStatisticalDate,uploadParam.getTime())
|
||||
.eq(PqTypicalSourceCreatePO::getIsUploadHead,0)
|
||||
.eq(PqTypicalSourceCreatePO::getStatisticalLevel,"3")
|
||||
.list();
|
||||
}
|
||||
List<PqTypicalSourceCreateDTO> dtoList = BeanUtil.copyToList(list, PqTypicalSourceCreateDTO.class);
|
||||
|
||||
Reference in New Issue
Block a user