Commit 6fcf7df3 by zhiwei

为了推送时间开始

parent fad874d1
......@@ -38,7 +38,7 @@ public class PushFinanceByTime extends Thread {
public void run() {
while (true) {
List<String> sources = new ArrayList<String>();
log.info("推送检测");
log.info("推送检测.....");
String path = PushFinanceByTime.class.getClassLoader().getResource("pushFiles/pushSource.xls").getPath();
Document doc = con.find("financePush", "excelPath", new Document().append("name", "longSource"));
if (doc != 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