Forráskód Böngészése

学生增加实习状态

dzx 7 hónapja
szülő
commit
a9210cd618

+ 2 - 2
src/main/java/com/xjrsoft/module/student/service/impl/BaseStudentSchoolRollServiceImpl.java

@@ -225,9 +225,9 @@ public class BaseStudentSchoolRollServiceImpl extends MPJBaseServiceImpl<BaseStu
         int internshipCount = 0;
         int atSchoolCount = 0;
         for (BaseStudentInfoCategoryVo categoryVo : internshipStateCount) {
-            if ("IT-0001".equals(categoryVo.getCategory())) {
+            if ("IT_0001".equals(categoryVo.getCategory())) {
                 atSchoolCount = atSchoolCount + categoryVo.getNumber();
-            } else if ("IT-0002".equals(categoryVo.getCategory())) {
+            } else if ("IT_0002".equals(categoryVo.getCategory())) {
                 internshipCount = internshipCount + categoryVo.getNumber();
             }
         }