|
|
|
@ -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());
|
|
|
|
|