Commit 6437a262 by henry

获取总体业务架构资产查询条件校验

1 parent 0b3ad162
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
archi_asset_info n archi_asset_info n
WHERE WHERE
n.archi_type = #{archType} n.archi_type = #{archType}
AND n.archi_ele_id = 10 AND n.ele_name = #{eleName}
AND n.parent_asset_id = 0 AND n.parent_asset_id = 0
AND n.asset_code IS NOT NULL AND n.asset_code IS NOT NULL
</select> </select>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!