|
@ -129,8 +129,8 @@ public class VoluntaryRecruitmentCompanyEndpoint extends EnvelopRestEndpoint {
|
|
|
i++;
|
|
|
}
|
|
|
int j = 1;
|
|
|
int ii=1;
|
|
|
for (VoluntaryRecruitmentCompanyDO tmp : list) {
|
|
|
int ii=1;
|
|
|
addCell(sheet, j, 0, ii + "");
|
|
|
addCell(sheet, j, 1, tmp.getName());
|
|
|
addCell(sheet, j, 2, tmp.getContacts());
|