@@ -311,7 +311,7 @@ public class RtkAccountServiceImpl extends ServiceImpl<IRtkAccountMapper, RtkAcc
if (map.isEmpty()) {
continue;
}
- if (index == 0 && !map.get(0).equals("差分账号批量导入模板")) {
+ if (index == 0 && !map.get(0).equals("到期时间批量导入模板")) {
throw new BusinessException(ResultCode.TEMPLATE_TYPE_ERROR);
if (index < 4) {