|
@@ -193,7 +193,7 @@ public class WorkEmployeeServiceImpl extends ServiceImpl<WorkEmployeeMapper, Wor
|
|
|
obj.eq("D.group_id", groupId);
|
|
obj.eq("D.group_id", groupId);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (mobile != null) {
|
|
|
|
|
|
|
+ if (mobile != null && !mobile.isEmpty()) {
|
|
|
obj.eq("A.mobile", mobile);
|
|
obj.eq("A.mobile", mobile);
|
|
|
}
|
|
}
|
|
|
|
|
|