Commit d7c350fa authored by hongguangwu's avatar hongguangwu

1.7.22-微信号

parent 5dcf4fc8
......@@ -100,6 +100,10 @@ public class EmployeeExportVO extends BaseEntity {
@ExcelProperty(value = "邮箱")
private String empEmail;
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("微信号")
private String weChatId;
@ExcelAttribute(name = "户籍所在省", isArea = true)
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty(value = "户籍所在省")
......
......@@ -106,6 +106,7 @@
<result property="politicalStatus" column="POLITICAL_STATUS"/>
<result property="empPhone" column="EMP_PHONE"/>
<result property="empEmail" column="EMP_EMAIL"/>
<result property="weChatId" column="WE_CHAT_ID"/>
<result property="idProvince" column="ID_PROVINCE"/>
<result property="idCity" column="ID_CITY"/>
<result property="idTown" column="ID_TOWN"/>
......@@ -1054,6 +1055,7 @@
a.POLITICAL_STATUS,
a.EMP_PHONE,
a.EMP_EMAIL,
a.WE_CHAT_ID,
a1.AREA_NAME as "ID_PROVINCE",
a2.AREA_NAME as "ID_CITY",
a3.AREA_NAME as "ID_TOWN",
......
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