|
@@ -178,7 +178,7 @@ public class ExcelServiceImpl implements IExcelService {
|
|
|
errorIndex.add(index);
|
|
|
continue;
|
|
|
}
|
|
|
- log.info("distributorName:{}",distributorName);
|
|
|
+ log.info("activateDate:{}",activateDate);
|
|
|
AuthModelingParam param = new AuthModelingParam();
|
|
|
if(StringUtils.isNotBlank(activateDate) && StringUtils.isNotBlank(expirationDay)){
|
|
|
try {
|