浏览代码

代码修改

liubing 3 年之前
父节点
当前提交
38a1e237ef

+ 1 - 1
svr/svr-base/src/main/java/com/yihu/jw/base/endpoint/voluntary/VoluntaryRecruitmentCompanyEndpoint.java

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