fix(pbom): 移除获取导入SAP失败的列表记录中的根节点筛选条件,因为现在可以选择任意节点导入
This commit is contained in:
parent
c6589d9bf1
commit
c4dc0f7a13
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue