zhanghl
2025-05-14 9839e9767ca4a1e0bf8f70888bb6cb1a8e8749e6
钣金工单计划管理:新增 查看上下阶需求接口
已修改1个文件
2 ■■■ 文件已修改
aps-modules/aps-core/src/main/resources/mapper/core/ApsPlateStandardRequireBomOrderDetailMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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>