1.0 pipeId 管线id sys 管线所属系统 type 管线类型代码,见dict/pipe position 位置坐标 [{x:123,y:234},{x:34,y:45},...] 32 name 实例名称 remark 描述 state 状态,true可用,false不可用 9 action 设置操作 pipe poc 2 pipe
pipeId =pipeId 0 sys =nvl(sys, $disabled) type =nvl(type, $disabled) position =if(position != null, JSON.stringify(position), $disabled) name =nvl(name, $disabled) remark =nvl(remark, $disabled) state =if(state != null, state ? '1' : '0', $disabled)
1 0 设置管线信息和状态 2021-6-8 15:50 0