Commit 32e364d3 by qwmqiuwenmin

fix

parent 0680eea1
......@@ -493,9 +493,9 @@ public class StaffController extends WebBaseController{
titleList.add("手机号");
titleList.add("使用状态");
fileList.add("staffName");
fileList.add("phoneNumber");
fileList.add("departmentName");
fileList.add("position");
fileList.add("departmentName");
fileList.add("phoneNumber");
fileList.add("activeFlag");
try {
ExcelUtils.csv(response, request, fileName, voList, fileList, titleList);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment