适配达梦

This commit is contained in:
cdf
2026-02-01 13:53:43 +08:00
parent b6eaff3b1e
commit 996ec87ea8
2 changed files with 5 additions and 5 deletions

View File

@@ -1513,14 +1513,14 @@
line.id AS lineId,
CONCAT(sub.NAME, '_', vo.NAME, '_', line.NAME) AS lineName,
CONCAT(
IFNULL(CAST(detail.pt1 AS CHAR), 'N/A'),
IFNULL(CAST(detail.pt1 AS VARCHAR), 'N/A'),
':',
IFNULL(CAST(detail.pt2 AS CHAR), 'N/A')
IFNULL(CAST(detail.pt2 AS VARCHAR), 'N/A')
) AS pt,
CONCAT(
IFNULL(CAST(detail.ct1 AS CHAR), 'N/A'),
IFNULL(CAST(detail.ct1 AS VARCHAR), 'N/A'),
':',
IFNULL(CAST(detail.ct2 AS CHAR), 'N/A')
IFNULL(CAST(detail.ct2 AS VARCHAR), 'N/A')
) AS ct,
detail.Dev_Capacity AS Dev_Capacity,
detail.Short_Capacity AS Short_Capacity,