|
@@ -74,7 +74,7 @@ public class TTrainingParticipantsController extends BaseController
|
|
List<List> companyLevelList = new ArrayList<>();
|
|
List<List> companyLevelList = new ArrayList<>();
|
|
List<TTrainingCompanylevel> tTrainingCompanylevels = tTrainingCompanylevelService.selectTTrainingCompanylevelList(new TTrainingCompanylevel());
|
|
List<TTrainingCompanylevel> tTrainingCompanylevels = tTrainingCompanylevelService.selectTTrainingCompanylevelList(new TTrainingCompanylevel());
|
|
TStaffmgr staffmgr = new TStaffmgr();
|
|
TStaffmgr staffmgr = new TStaffmgr();
|
|
- staffmgr.setUnits("10,18");
|
|
|
|
|
|
+ staffmgr.setUnits("10,18,20");
|
|
List<TStaffmgr> staffmgrs = tStaffmgrService.selectRecordList(staffmgr);
|
|
List<TStaffmgr> staffmgrs = tStaffmgrService.selectRecordList(staffmgr);
|
|
for (int i = 0; i < tTrainingCompanylevels.size(); i++) {
|
|
for (int i = 0; i < tTrainingCompanylevels.size(); i++) {
|
|
//每一类公司级培训数据
|
|
//每一类公司级培训数据
|