Commit b11dcf48 authored by suhuiguang's avatar suhuiguang

fix(jyjc): 报检规则4.0开发

1.增加排序
parent cc71a773
...@@ -296,7 +296,7 @@ ...@@ -296,7 +296,7 @@
info.use_unit_code as use_code, info.use_unit_code as use_code,
info.use_unit, info.use_unit,
concat(info.use_unit_code,'_',info.use_unit) as useCodeAndName, concat(info.use_unit_code,'_',info.use_unit) as useCodeAndName,
group_concat(joa.agency_classify) as equipType group_concat(tjoa.agency_classify) as equipType
FROM FROM
tz_base_enterprise_info info tz_base_enterprise_info info
INNER JOIN tz_jyjc_opening_application tjoa ON info.use_code = tjoa.unit_code INNER JOIN tz_jyjc_opening_application tjoa ON info.use_code = tjoa.unit_code
......
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