xuxueli 7 anos atrás
pai
commit
88d78091e6

+ 2 - 0
README.md Ver arquivo

@@ -130,6 +130,8 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是
130 130
     - 43、杭州比智科技有限公司
131 131
     - 44、圳临界线网络科技有限公司
132 132
     - 45、广州知识圈网络科技有限公司
133
+    - 46、国誉商业上海有限公司
134
+    - 47、海尔消费金融有限公司,嗨付、够花 (海尔)
133 135
 	- ……
134 136
 
135 137
 > 更多接入的公司,欢迎在 [登记地址](https://github.com/xuxueli/xxl-job/issues/1 ) 登记,登记仅仅为了产品推广。

+ 2 - 0
doc/XXL-JOB-English-Documentation.md Ver arquivo

@@ -94,6 +94,8 @@ So far, XXL-JOB has access to a number of companies online product line, access
94 94
     - 43、杭州比智科技有限公司
95 95
     - 44、圳临界线网络科技有限公司
96 96
     - 45、广州知识圈网络科技有限公司
97
+    - 46、国誉商业上海有限公司
98
+    - 47、海尔消费金融有限公司,嗨付、够花 (海尔)
97 99
 	- ……
98 100
 
99 101
 > The company that access and use this product is welcome to register at the [address](https://github.com/xuxueli/xxl-job/issues/1 ), only for product promotion. 

+ 2 - 0
doc/XXL-JOB官方文档.md Ver arquivo

@@ -99,6 +99,8 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是
99 99
     - 43、杭州比智科技有限公司
100 100
     - 44、圳临界线网络科技有限公司
101 101
     - 45、广州知识圈网络科技有限公司
102
+    - 46、国誉商业上海有限公司
103
+    - 47、海尔消费金融有限公司,嗨付、够花 (海尔)
102 104
 	- ……
103 105
 
104 106
 > 更多接入的公司,欢迎在 [登记地址](https://github.com/xuxueli/xxl-job/issues/1 ) 登记,登记仅仅为了产品推广。

+ 1 - 1
xxl-job-core/src/main/java/com/xxl/job/core/log/XxlJobLogger.java Ver arquivo

@@ -12,7 +12,7 @@ import java.util.Date;
12 12
  */
13 13
 public class XxlJobLogger {
14 14
     private static Logger logger = LoggerFactory.getLogger("xxl-job logger");
15
-    private static SimpleDateFormat xxlJobLoggerFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
15
+    private static SimpleDateFormat xxlJobLoggerFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");   // TODO,concurrent issue
16 16
 
17 17
     /**
18 18
      * append log