|
public IPage<PersonnelEvaluationRule> list(Integer pageNum, Integer pageSize, String id, String personnelId, String personnelName, String companyId, String companyName, String deptId, String position, String evaluationCycle, String year, String month) {
|
|
public IPage<PersonnelEvaluationRule> list(Integer pageNum, Integer pageSize, String id, String personnelId, String personnelName, String companyId, String companyName, String deptId, String position, String evaluationCycle, String year, String month) {
|
|
Page<PersonnelEvaluationRule> page = new Page<>(pageNum, pageSize);
|
|
Page<PersonnelEvaluationRule> page = new Page<>(pageNum, pageSize);
|
|
qw.lambda().eq(PersonnelEvaluationRule::getId, id);
|
|
qw.lambda().eq(PersonnelEvaluationRule::getId, id);
|