hongjli
2025-05-16 7cd52b112a2e7da06aa8cfebf19a337be858762f
aps-modules/aps-core/src/main/resources/mapper/core/ApsPlateStandardRequireBomOrderDetailMapper.xml
@@ -166,7 +166,7 @@
        )
        select *
        from cp
-- where require_level is not null
         where requirement_type is not null and doc_no is not null
        order by bom_line_level;
    </select>
</mapper>