|
@@ -1,17 +0,0 @@
|
|
-package com.fs.course.task;
|
|
|
|
-
|
|
|
|
-import com.fs.his.service.IFsStorePaymentService;
|
|
|
|
-import org.slf4j.Logger;
|
|
|
|
-import org.slf4j.LoggerFactory;
|
|
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
-import org.springframework.stereotype.Component;
|
|
|
|
-
|
|
|
|
-@Component("redlogTask")
|
|
|
|
-public class RedLogTask {
|
|
|
|
- private final Logger logger = LoggerFactory.getLogger(this.getClass());
|
|
|
|
- @Autowired
|
|
|
|
- private IFsStorePaymentService paymentService;
|
|
|
|
- private void updateRedlogStatus(){
|
|
|
|
- paymentService.updateRedlogStatus();
|
|
|
|
- }
|
|
|
|
-}
|
|
|