|
@@ -6,12 +6,10 @@ package com.platomix.userprofile.handler.core;
|
|
|
import java.time.LocalDate;
|
|
|
import java.time.format.DateTimeFormatter;
|
|
|
|
|
|
-import com.platomix.userprofile.enums.DsEnum;
|
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
|
|
+import com.platomix.userprofile.enums.DsEnum;
|
|
|
import com.platomix.userprofile.handler.AbstractTagHandler;
|
|
|
-import com.platomix.userprofile.service.UserprofileTagService;
|
|
|
import com.platomix.userprofile.utils.StrBuilder;
|
|
|
|
|
|
import lombok.extern.slf4j.Slf4j;
|
|
@@ -27,8 +25,8 @@ public class UserOrderStateTagHandler extends AbstractTagHandler {
|
|
|
|
|
|
final static String ZT_TABLE_NAME = "ads.ZT_USER_ORDER_STATE";
|
|
|
final static long _STEP=50000000L;
|
|
|
- @Autowired
|
|
|
- private UserprofileTagService userprofileTagService;
|
|
|
+// @Autowired
|
|
|
+// private UserprofileTagService userprofileTagService;
|
|
|
|
|
|
@Override
|
|
|
public void invoke(String month, String mobileLeft, String mobileRight) {
|
|
@@ -77,10 +75,6 @@ public class UserOrderStateTagHandler extends AbstractTagHandler {
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
- public boolean executeInBatchs() {
|
|
|
- return false;
|
|
|
- }
|
|
|
- @Override
|
|
|
public long calcMobileRangeStep() {
|
|
|
return _STEP;
|
|
|
}
|