Commit e6c07b6c authored by 李腾威's avatar 李腾威

BUG 4142

parent 0f454d9e
...@@ -197,7 +197,7 @@ ...@@ -197,7 +197,7 @@
FIND_IN_SET(spe.id,ss.point_in_scene)) = 0,0,1) as isBinding,-- 一个装备可在多个系统使用 FIND_IN_SET(spe.id,ss.point_in_scene)) = 0,0,1) as isBinding,-- 一个装备可在多个系统使用
</if> </if>
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,
......
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