Commit f1bc28a2 authored by tianbo's avatar tianbo

fix(cylinder): 修复气瓶对接信息查询字段错误

- 将错误的字段 ui."EQU_LIST" 修改为正确的字段 ri."EQU_LIST"
parent 27fb979f
......@@ -655,7 +655,7 @@
ui."EQU_STATE" cylinderStatus,
(select name from cb_data_dictionary where type = 'SHZT' and code = ui."EQU_STATE") cylinderStatusName,
ri."USE_ORG_CODE" useOrgCode,
ui."EQU_LIST" equList,
ri."EQU_LIST" equList,
(select name from tz_equipment_category where code = ri."EQU_LIST") equListName,
ri."EQU_CATEGORY" equCategory,
(select name from tz_equipment_category where code = ri."EQU_CATEGORY") equCategoryName,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment