fix(pbom): 移除获取导入SAP失败的列表记录中的根节点筛选条件,因为现在可以选择任意节点导入

This commit is contained in:
曹鹏飞 2024-08-19 09:07:14 +08:00
parent c6589d9bf1
commit c4dc0f7a13
1 changed files with 0 additions and 1 deletions

View File

@ -284,7 +284,6 @@
SELECT *, row_id AS bomRowId
FROM t_bom_new_pbom_parent
WHERE status >= 4
AND (root_is = 1 OR user_root_is = 1 OR root_state = 1)
AND sap_state > 3
AND created_by = #{userCode}
ORDER BY release_time DESC