Commit bcb7d072 by guanzhenshan

速卖通06-15号下午3点到06-22号下午3点销量不统计

parent 0bea741f
...@@ -44,6 +44,7 @@ public class AutoTurnoverTest { ...@@ -44,6 +44,7 @@ public class AutoTurnoverTest {
} }
@Test @Test
public void test() throws Exception { public void test() throws Exception {
// 生成周转
String queryTime = DateTimeFormatter.ofPattern(CommonConstant.DATE_FORMAT).format(LocalDate.now()); String queryTime = DateTimeFormatter.ofPattern(CommonConstant.DATE_FORMAT).format(LocalDate.now());
AutoTurnoverJob autoTurnoverJob = new AutoTurnoverJob(); AutoTurnoverJob autoTurnoverJob = new AutoTurnoverJob();
DcBaseStock dcBaseStock = null; DcBaseStock dcBaseStock = null;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment