修改注释中错误的方法形参名

master
sxile 6 years ago
parent a709c22698
commit 2d639244b2

@ -53,7 +53,7 @@ import com.ruoyi.common.utils.reflect.ReflectUtils;
/**
* Excel
*
*
* @author ruoyi
*/
public class ExcelUtil<T>
@ -125,8 +125,8 @@ public class ExcelUtil<T>
/**
* excellist
*
* @param input
*
* @param is
* @return
*/
public List<T> importExcel(InputStream is) throws Exception
@ -136,9 +136,9 @@ public class ExcelUtil<T>
/**
* excellist
*
*
* @param sheetName
* @param input
* @param is
* @return
*/
public List<T> importExcel(String sheetName, InputStream is) throws Exception
@ -281,7 +281,7 @@ public class ExcelUtil<T>
/**
* listexcel
*
*
* @param list
* @param sheetName
* @return
@ -294,7 +294,7 @@ public class ExcelUtil<T>
/**
* listexcel
*
*
* @param sheetName
* @return
*/
@ -306,7 +306,7 @@ public class ExcelUtil<T>
/**
* listexcel
*
*
* @return
*/
public AjaxResult exportExcel()
@ -373,10 +373,9 @@ public class ExcelUtil<T>
/**
* excel
*
*
* @param index
* @param row
* @param cell
*/
public void fillExcelData(int index, Row row)
{
@ -401,7 +400,7 @@ public class ExcelUtil<T>
/**
*
*
*
* @param wb
* @return
*/
@ -459,7 +458,7 @@ public class ExcelUtil<T>
/**
*
*
*
* @param value
* @param attr
* @param cell
@ -552,7 +551,7 @@ public class ExcelUtil<T>
/**
* POI XSSFSheet
*
*
* @param sheet
* @param promptTitle
* @param promptContent
@ -562,7 +561,7 @@ public class ExcelUtil<T>
* @param endCol
*/
public void setXSSFPrompt(Sheet sheet, String promptTitle, String promptContent, int firstRow, int endRow,
int firstCol, int endCol)
int firstCol, int endCol)
{
DataValidationHelper helper = sheet.getDataValidationHelper();
DataValidationConstraint constraint = helper.createCustomConstraint("DD1");
@ -575,7 +574,7 @@ public class ExcelUtil<T>
/**
* ,.
*
*
* @param sheet sheet.
* @param textlist
* @param firstRow
@ -609,7 +608,7 @@ public class ExcelUtil<T>
/**
* 0=,1=,2=
*
*
* @param propertyValue
* @param converterExp
* @return
@ -638,7 +637,7 @@ public class ExcelUtil<T>
/**
* =0,=1,=2
*
*
* @param propertyValue
* @param converterExp
* @return
@ -676,7 +675,7 @@ public class ExcelUtil<T>
/**
*
*
*
* @param filename
*/
public String getAbsoluteFile(String filename)
@ -692,7 +691,7 @@ public class ExcelUtil<T>
/**
* bean
*
*
* @param vo
* @param field
* @param excel
@ -723,7 +722,7 @@ public class ExcelUtil<T>
/**
* get
*
*
* @param o
* @param name
* @return value
@ -792,8 +791,7 @@ public class ExcelUtil<T>
/**
*
*
* @param sheetNameSheet
*
* @param sheetNo sheet
* @param index
*/
@ -814,7 +812,7 @@ public class ExcelUtil<T>
/**
*
*
*
* @param row
* @param column
* @return
@ -871,4 +869,4 @@ public class ExcelUtil<T>
}
return val;
}
}
}

@ -10,7 +10,7 @@ import com.ruoyi.quartz.service.ISysJobLogService;
/**
*
*
*
* @author ruoyi
*/
@Service
@ -21,7 +21,7 @@ public class SysJobLogServiceImpl implements ISysJobLogService
/**
* quartz
*
*
* @param jobLog
* @return
*/
@ -33,8 +33,8 @@ public class SysJobLogServiceImpl implements ISysJobLogService
/**
* ID
*
* @param jobId ID
*
* @param jobLogId ID
* @return
*/
@Override
@ -45,7 +45,7 @@ public class SysJobLogServiceImpl implements ISysJobLogService
/**
*
*
*
* @param jobLog
*/
@Override
@ -56,7 +56,7 @@ public class SysJobLogServiceImpl implements ISysJobLogService
/**
*
*
*
* @param ids ID
* @return
*/
@ -68,7 +68,7 @@ public class SysJobLogServiceImpl implements ISysJobLogService
/**
*
*
*
* @param jobId ID
*/
@Override
@ -85,4 +85,4 @@ public class SysJobLogServiceImpl implements ISysJobLogService
{
jobLogMapper.cleanJobLog();
}
}
}
Loading…
Cancel
Save