Explorar el Código

redis key修改

zhuhao hace 2 años
padre
commit
472da54314
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 imcs_redis_key; 
+        private string imcs_redis_key = "IMCS_CCS:"; 
 
         public IConfiguration Configuration { get; }