|
@@ -178,7 +178,6 @@ public class ExcelServiceImpl implements IExcelService {
|
|
|
errorIndex.add(index);
|
|
|
continue;
|
|
|
}
|
|
|
- log.info("activateDate:{}",activateDate);
|
|
|
log.info("distributorName:{}",distributorName);
|
|
|
AuthModelingParam param = new AuthModelingParam();
|
|
|
if(StringUtils.isNotBlank(activateDate) && StringUtils.isNotBlank(expirationDay)){
|
|
@@ -192,8 +191,6 @@ public class ExcelServiceImpl implements IExcelService {
|
|
|
log.info("解析激活时间错误:{},{}",activateDate,expirationDay);
|
|
|
}
|
|
|
}
|
|
|
- log.info("startTime:{}",param.getStartTime());
|
|
|
- log.info("endTime:{}",param.getEndTime());
|
|
|
if(authSet.contains(authSn)){
|
|
|
errorIndex.add(index);
|
|
|
continue;
|