怎嘎吉上传失败重新上传

master
chengqf 2 years ago
parent b280dcbf16
commit b73d8b681c

@ -247,7 +247,7 @@ public class IdcServiceImpl implements IdcService {
try
{
String filePathSlash = filePath.substring(filePath.length() - 1).equals("/") ? "" : "/";
String sql = "select * from basic_export_status where status='1' and receiveStatus='0' order by updateTime";
String sql = "select * from basic_export_status where status='1' and receiveStatus='0' where updateTime<date_sub(now(),interval 6 minute) order by updateTime";
Map<String,Object> map = new HashMap<String,Object>();
map.put("sql", sql);
List<Map<String,Object>> list = dbDao.list(map);

Loading…
Cancel
Save