Commit cae00a5f authored by tianyiming's avatar tianyiming

bug修改

parent 32ec6a48
...@@ -495,6 +495,7 @@ ...@@ -495,6 +495,7 @@
fu.use_address AS fullAddress, fu.use_address AS fullAddress,
fu.cancel_reason AS cancelReason, fu.cancel_reason AS cancelReason,
fu.project_contraption_id AS projectContraptionId, fu.project_contraption_id AS projectContraptionId,
(select company_name from privilege_company where org_code = fu.supervision_org_code and is_deleted = false limit 1) AS orgBranchName,
COALESCE(GROUP_CONCAT(DISTINCT re.equ_id), '') AS equipId, COALESCE(GROUP_CONCAT(DISTINCT re.equ_id), '') AS equipId,
COALESCE(GROUP_CONCAT(DISTINCT other.supervisory_code), '') AS supervisoryCode, COALESCE(GROUP_CONCAT(DISTINCT other.supervisory_code), '') AS supervisoryCode,
...@@ -643,6 +644,7 @@ ...@@ -643,6 +644,7 @@
fu.use_address AS fullAddress, fu.use_address AS fullAddress,
fu.cancel_reason AS cancelReason, fu.cancel_reason AS cancelReason,
fu.project_contraption_id AS projectContraptionId, fu.project_contraption_id AS projectContraptionId,
(select company_name from privilege_company where org_code = fu.supervision_org_code and is_deleted = false limit 1) AS orgBranchName,
COALESCE(GROUP_CONCAT(DISTINCT re.equ_id), '') AS equipId, COALESCE(GROUP_CONCAT(DISTINCT re.equ_id), '') AS equipId,
COALESCE(GROUP_CONCAT(DISTINCT other.supervisory_code), '') AS supervisoryCode, COALESCE(GROUP_CONCAT(DISTINCT other.supervisory_code), '') AS 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