|
|
@@ -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();
|
|
|
}
|
|
|
}
|