updates
This commit is contained in:
parent
b74b7346cd
commit
e666b43778
|
|
@ -419,8 +419,8 @@ public class YxSchoolMajorController extends JeecgController<YxSchoolMajor, IYxS
|
|||
}
|
||||
|
||||
// 院校代码 set
|
||||
Set<String> schoolCodeSet = list.stream().map(YxSchoolMajor::getSchoolCode).collect(Collectors.toSet());
|
||||
List<String> schoolCodeList = yxSchoolChildService.getSchoolCodeList(Collections.singleton(schoolCodeSet));
|
||||
// Set<String> schoolCodeSet = list.stream().map(YxSchoolMajor::getSchoolCode).collect(Collectors.toSet());
|
||||
// List<String> schoolCodeList = yxSchoolChildService.getSchoolCodeList(Collections.singleton(schoolCodeSet));
|
||||
index=3;
|
||||
YxSchoolMajor yxSchoolMajor;
|
||||
String probabilityOperator ="";
|
||||
|
|
|
|||
Loading…
Reference in New Issue