|
@@ -1,23 +0,0 @@
|
|
|
-package com.fs.hisStore.task;
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-import com.fs.hisStore.service.IFsStoreOrderScrmService;
|
|
|
|
|
-import lombok.extern.slf4j.Slf4j;
|
|
|
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
-import org.springframework.stereotype.Component;
|
|
|
|
|
-
|
|
|
|
|
-/**
|
|
|
|
|
- * 物流信息定时任务
|
|
|
|
|
- */
|
|
|
|
|
-@Slf4j
|
|
|
|
|
-@Component("expressTask")
|
|
|
|
|
-public class ExpressTask {
|
|
|
|
|
-
|
|
|
|
|
- @Autowired
|
|
|
|
|
- private IFsStoreOrderScrmService fsStoreOrderScrmService;
|
|
|
|
|
-
|
|
|
|
|
- public void syncExpressToWx(){
|
|
|
|
|
- fsStoreOrderScrmService.syncExpressToWx();
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
-}
|
|
|