|
@@ -16,9 +16,8 @@ import java.util.Map;
|
|
@Component
|
|
@Component
|
|
public class CheckSupplyChainJob {
|
|
public class CheckSupplyChainJob {
|
|
|
|
|
|
- @XxlJob("checkSupplyChainTodayJob")
|
|
|
|
- public void checkSupplyChainTodayJob() throws Exception {
|
|
|
|
-
|
|
|
|
|
|
+ @XxlJob("checkSupplyChainJob")
|
|
|
|
+ public void checkSupplyChainJob() throws Exception {
|
|
String today = DateUtils.date2Str();
|
|
String today = DateUtils.date2Str();
|
|
Map<String, Object> paramMap = new HashMap<String, Object>();
|
|
Map<String, Object> paramMap = new HashMap<String, Object>();
|
|
paramMap.put("endDate", today);
|
|
paramMap.put("endDate", today);
|