Browse Source

修改定时任务名称

yuhongqi 2 days ago
parent
commit
f58981b89e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fs-admin/src/main/java/com/fs/hisStore/task/ExpressTask.java

+ 1 - 1
fs-admin/src/main/java/com/fs/hisStore/task/ExpressTask.java

@@ -11,7 +11,7 @@ import org.springframework.stereotype.Component;
  */
  */
 @Slf4j
 @Slf4j
 @Component("expressTask")
 @Component("expressTask")
-public class expressTask {
+public class ExpressTask {
 
 
     @Autowired
     @Autowired
     private IFsStoreOrderScrmService fsStoreOrderScrmService;
     private IFsStoreOrderScrmService fsStoreOrderScrmService;