Commit f01d0a1d authored by tangwei's avatar tangwei

修改bug

parent 6f7c3e30
...@@ -186,7 +186,7 @@ ...@@ -186,7 +186,7 @@
true as openStatus, true as openStatus,
spe.is_binding as isBinding, spe.is_binding as isBinding,
if(spe.code is null,eqdet.name,concat(eqdet.name,'(',spe.code,')')) as displayName, if(spe.code is null,eqdet.name,concat(eqdet.name,'(',spe.code,')')) as displayName,
'{\"width\": 42, \"height\": 42}'as initStyle, '{\"width\": 20, \"height\": 20}'as initStyle,
'CommonEquip' as componentName, 'CommonEquip' as componentName,
spe.id as sequenceNbr, spe.id as sequenceNbr,
'equipment' as componentKey, 'equipment' as componentKey,
......
...@@ -239,7 +239,7 @@ ...@@ -239,7 +239,7 @@
) AS isBinding, ) AS isBinding,
IF IF
( vid.CODE IS NULL, vid.NAME, concat( vid.NAME, '(', vid.CODE, ')' ) ) AS displayName, ( vid.CODE IS NULL, vid.NAME, concat( vid.NAME, '(', vid.CODE, ')' ) ) AS displayName,
'{\"width\": 42, \"height\": 42}' AS initStyle, '{\"width\": 20, \"height\": 20}' AS initStyle,
'CommonEquip' AS componentName, 'CommonEquip' AS componentName,
vid.id AS sequenceNbr, vid.id AS sequenceNbr,
'equipment' AS componentKey, 'equipment' AS componentKey,
......
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