|
@@ -127,8 +127,8 @@ public class DeptAssessmentDeclarationContentServiceImpl extends ServiceImpl<Dep
|
|
|
if (StringUtils.isNotEmpty(deptAssessmentDeclarationContent.getAssessmentDeclarationId())) {
|
|
|
qw.lambda().like(DeptAssessmentDeclarationContent::getAssessmentDeclarationId, deptAssessmentDeclarationContent.getAssessmentDeclarationId());
|
|
|
}
|
|
|
- if (StringUtils.isNotEmpty(deptAssessmentDeclarationContent.getEmployeeId())) {
|
|
|
- qw.lambda().like(DeptAssessmentDeclarationContent::getEmployeeId, deptAssessmentDeclarationContent.getEmployeeId());
|
|
|
+ if (StringUtils.isNotEmpty(deptAssessmentDeclarationContent.getEmployeeNo())) {
|
|
|
+ qw.lambda().like(DeptAssessmentDeclarationContent::getEmployeeNo, deptAssessmentDeclarationContent.getEmployeeNo());
|
|
|
}
|
|
|
DeptAssessmentDeclarationContent obj = super.getOne(qw);
|
|
|
if (ObjectUtil.isNotNull(obj)) {//修改
|