浏览代码

redis key修改

zhuhao 2 年之前
父节点
当前提交
472da54314
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      IMCS_CCS/Service/Impl/TaskJobService.cs

+ 1 - 1
IMCS_CCS/Service/Impl/TaskJobService.cs

@@ -66,7 +66,7 @@ namespace IMCS.CCS.Service.Impl
 
 
         private string LOG_TITLE_DEVICE = "设备监控";
         private string LOG_TITLE_DEVICE = "设备监控";
 
 
-        private string imcs_redis_key; 
+        private string imcs_redis_key = "IMCS_CCS:"; 
 
 
         public IConfiguration Configuration { get; }
         public IConfiguration Configuration { get; }