|
|
@@ -155,7 +155,7 @@ public class StudentManagerServiceImpl extends MPJBaseServiceImpl<BaseStudentUse
|
|
|
|
|
|
BaseStudentSchoolRoll baseStudentSchoolRoll=baseStudentUser.getBaseStudentSchoolRollList().get(0);
|
|
|
|
|
|
- if (StrUtil.isNotBlank(baseStudentSchoolRoll.getArchivesStatus())) {
|
|
|
+ if (!StrUtil.isNotBlank(baseStudentSchoolRoll.getArchivesStatus())) {
|
|
|
baseStudent.setIsNormal(1);
|
|
|
} else {
|
|
|
DictionaryDetail dictionaryDetail = dictionarydetailService.getOne(Wrappers.<DictionaryDetail>query()
|
|
|
@@ -270,7 +270,7 @@ public class StudentManagerServiceImpl extends MPJBaseServiceImpl<BaseStudentUse
|
|
|
|
|
|
BaseStudentSchoolRoll baseStudentSchoolRoll=baseStudentUser.getBaseStudentSchoolRollList().get(0);
|
|
|
|
|
|
- if (StrUtil.isNotBlank(baseStudentSchoolRoll.getArchivesStatus())) {
|
|
|
+ if (!StrUtil.isNotBlank(baseStudentSchoolRoll.getArchivesStatus())) {
|
|
|
baseStudent.setIsNormal(1);
|
|
|
} else {
|
|
|
DictionaryDetail dictionaryDetail = dictionarydetailService.getOne(Wrappers.<DictionaryDetail>query()
|