日志输出

首页签出2023/07/24
宇宙皮皮娃 2 years ago
parent 5655b62e6c
commit 1e1228f309

@ -189,8 +189,10 @@ public class TBasicServiceImpl implements ITBasicService {
tBasicList.add(tBasic);
}
log.info("TBasicServiceImpl:tBasicList:"+tBasicList);
//批量插入
tBasicMapper.insertBatch(tBasicList);
Integer insertBatch = tBasicMapper.insertBatch(tBasicList);
log.info("TBasicServiceImpl:insertBatch:"+insertBatch);
//记录页码startTime
modifyJsonFile(timeConfigFile,"pageNum",pageNum.toString());

@ -29,7 +29,7 @@ public class jobUtil {
tBasicService.setTBasic();
log.info("tBasicJob------结束");
} catch (Exception e) {
e.printStackTrace();
log.error(e.getMessage()+e);
}
}
}

Loading…
Cancel
Save