liuxiaolong
2019-11-13 000e51f17eba47c3502ee8f717f53f1fae3d0bbd
service/EnableStatusControlService.go
@@ -117,6 +117,23 @@
   }
   if middle > 0 {
      logger.Debug("修改成功")
      //if flag {//生效的
      //   discovery.AddDbMessage(&protomsg.EsPersonCacheChange{
      //      Type: protomsg.EsCacheChanged_T_DbTable,
      //      PersonId: "",
      //      TableId: id,
      //      Feature: "",
      //      Action: protomsg.DbAction_Insert,
      //   })
      //} else {//失效的
      //   discovery.AddDbMessage(&protomsg.EsPersonCacheChange{
      //      Type: protomsg.EsCacheChanged_T_DbTable,
      //      PersonId: "",
      //      TableId: id,
      //      Feature: "",
      //      Action: protomsg.DbAction_Insert,
      //   })
      //}
      message = "修改成功"
   }
   return message