@Query(value="select o from ArchiveMaster o where (o.archiveState = '初审' or o.archiveState = '已归档') and o.sendTime is null and o.inpNo not like '%LG%'")
@Query(value="select o from ArchiveMaster o where (o.archiveState = '初审' or o.archiveState = '已归档') and (o.sendTime is null or o.sendTime = '') and o.inpNo not like '%LG%' and o.isValid = 0")