Commit 40e2e1f3 authored by 廖旭伟's avatar 廖旭伟

绩效汇总导出字段调整

parent bd8f3bbf
...@@ -132,12 +132,12 @@ public class StaffPerformSummaryEntity extends StaffPerformSummaryVo { ...@@ -132,12 +132,12 @@ public class StaffPerformSummaryEntity extends StaffPerformSummaryVo {
/** /**
* 政务服务管理科审核等次 * 政务服务管理科审核等次
*/ */
@Excel(name = "政务服务管理科审核等次",sort = 20) @Excel(name = "政务服务管理科审核等次",sort = 17)
private String auditLevel; private String auditLevel;
/** /**
* 服务明星推荐 * 服务明星推荐
*/ */
@Excel(name = "服务明星推荐",sort = 21) @Excel(name = "服务明星推荐",sort = 18)
private String recommend; private String recommend;
@Override @Override
public int hashCode() { public int hashCode() {
......
...@@ -24,10 +24,10 @@ public class StaffPerformSummaryVo extends BaseEntityLong { ...@@ -24,10 +24,10 @@ public class StaffPerformSummaryVo extends BaseEntityLong {
private Integer sortKind; private Integer sortKind;
@Excel(name = "备注2",sort = 20) @Excel(name = "备注2",sort = 20)
private String remarkAddDesc; private String remarkAddDesc;
@Excel(name = "政务服务管理科审核等次(“好”等次比例40%) ",sort = 17) // @Excel(name = "政务服务管理科审核等次(“好”等次比例40%) ",sort = 17)
private String beiyong1; // private String beiyong1;
@Excel(name = "服务明星推荐 (“好”等次20%)",sort = 18) // @Excel(name = "服务明星推荐 (“好”等次20%)",sort = 18)
private String beiyong2; // private String beiyong2;
/** 主键ID,主键,自增长列表 */ /** 主键ID,主键,自增长列表 */
private List <Long> idList; private List <Long> idList;
......
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