Commit 11dae803 authored by 麻笑宇's avatar 麻笑宇

1.监管查询设备列表接口,增加EQU_LIST_CODE字段

parent 7e1472df
...@@ -60,6 +60,7 @@ ...@@ -60,6 +60,7 @@
ui."USE_UNIT_CREDIT_CODE" useUnitCreditCode, ui."USE_UNIT_CREDIT_CODE" useUnitCreditCode,
ui."USE_UNIT_NAME" useUnitName, ui."USE_UNIT_NAME" useUnitName,
(select name from tz_equipment_category where code = ri."EQU_LIST") equList, (select name from tz_equipment_category where code = ri."EQU_LIST") equList,
ri.equ_list AS EQU_LIST_CODE,
(select name from tz_equipment_category where code = ri."EQU_CATEGORY") equCategory, (select name from tz_equipment_category where code = ri."EQU_CATEGORY") equCategory,
oi."CODE96333" code96333, oi."CODE96333" code96333,
oi."SUPERVISORY_CODE" supervisoryCode, oi."SUPERVISORY_CODE" supervisoryCode,
......
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