| | |
| | | constvar.ProblemCodeNetwork, |
| | | constvar.ProblemCodeDB, |
| | | constvar.ProblemCodeSerf, |
| | | constvar.ProblemCodeNsq, |
| | | constvar.ProblemCodeCloud, |
| | | constvar.ProblemCodeDevice, |
| | | constvar.ProblemCodeProcessModel, |
| | | constvar.ProblemCodePlcConfig, |
| | |
| | | constvar.ProblemCodeNetwork: "网络连接", |
| | | constvar.ProblemCodeDB: "数据库", |
| | | constvar.ProblemCodeSerf: "serf集群", |
| | | constvar.ProblemCodeNsq: "消息队列", |
| | | constvar.ProblemCodeCloud: "消息队列", |
| | | constvar.ProblemCodeDevice: "生产设备绑定", |
| | | constvar.ProblemCodeProcessModel: "工艺参数", |
| | | constvar.ProblemCodePlcConfig: "plc配置", |
| | |
| | | checkObj = &DB{} |
| | | case constvar.ProblemCodeSerf: |
| | | checkObj = &Serf{} |
| | | case constvar.ProblemCodeNsq: |
| | | case constvar.ProblemCodeCloud: |
| | | checkObj = &Nsq{} |
| | | case constvar.ProblemCodeDevice: |
| | | checkObj = &Device{} |