update
This commit is contained in:
@@ -748,6 +748,7 @@ public class JobServiceImpl extends ServiceImpl<JobMapper,Job> implements IJobSe
|
||||
//先清理旧数据
|
||||
Long oldDataNum = jobMapper.delRowWork();
|
||||
logger.info("删除旧的row-work..." + oldDataNum);
|
||||
logger.info("文件路径path..." + path);
|
||||
// 读取Excel文件中的数据
|
||||
List<RowWork> rowWorks = ExcelToObject.readExcelToObjects(path, RowWork.class);
|
||||
logger.info("从Excel中读取到 {} 条数据", rowWorks.size());
|
||||
|
||||
Reference in New Issue
Block a user