Commit f2376f2f by 陶光胜

取数平台调整

parent d48b8248
...@@ -531,11 +531,6 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService { ...@@ -531,11 +531,6 @@ public class FlatQueryResultServiceImpl implements IFlatQueryResultService {
private static SimpleDateFormat timeFormatter = new SimpleDateFormat("HH:mm:ss"); private static SimpleDateFormat timeFormatter = new SimpleDateFormat("HH:mm:ss");
public static void main(String[] args) throws ParseException {
String s = new FlatQueryResultServiceImpl().parseValue("瞎搞门店'名称");
System.out.println("s = " + s);
}
/** 下载任务执行计时器 */ /** 下载任务执行计时器 */
//private Timer downloadTaskTimer = new Timer(); //private Timer downloadTaskTimer = new Timer();
ScheduledExecutorService downloadService = new ScheduledThreadPoolExecutor(1, ScheduledExecutorService downloadService = new ScheduledThreadPoolExecutor(1,
......
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