询价发行--询价投资者确定

master
@t2652009480 1 year ago
parent 72a46d1b78
commit d326342835

@ -88,7 +88,7 @@ public class InquiryIssuanceController {
List<AllotmentObject> allotmentObjectList = allotmentObjectMapper.selectByExample(allotmentObjectExample);
//具体需要写入excel需要哪些字段这些字段取自UserReward类也就是上面的实际数据结果集的泛型
List<String> listColumn = Arrays.asList("name", "studentId", "className", "invoiceScore");
List<String> listColumn = Arrays.asList("allotmentObjectCode", "allotmentObjectName", "allotmentObjectType", "investorCode","investorName","investorType");
try {
FilePortUtil.exportExcel(response, title, headers, allotmentObjectList, listColumn);
} catch (Exception e) {

Loading…
Cancel
Save