Commit c5de589a authored by 刘林's avatar 刘林

fix(jg):处理管道历史设备刷数据问题

parent 7fb38b44
......@@ -337,7 +337,7 @@ public class DataHandlerServiceImpl {
.select(IdxBizJgUseInfo::getRecord, IdxBizJgUseInfo::getProjectContraption, IdxBizJgUseInfo::getUseUnitCreditCode, IdxBizJgUseInfo::getUseUnitName, IdxBizJgUseInfo::getIsIntoManagement)
.isNotNull(IdxBizJgUseInfo::getProjectContraption)
.ne(IdxBizJgUseInfo::getProjectContraption, "")
.eq(IdxBizJgUseInfo::getUseUnitCreditCode,null)
.isNull(IdxBizJgUseInfo::getUseUnitCreditCode)
.groupBy(IdxBizJgUseInfo::getProjectContraption)
.list().stream()
.filter(Objects::nonNull)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment