Commit 7881eb54 authored by fangxinjiang's avatar fangxinjiang

派单审核&查询导出增加手机号码

parent b712f3b6
......@@ -64,6 +64,12 @@ public class TDispatchInfoExportVo {
@ExcelProperty("员工身份证")
private String empIdcard;
@ExcelAttribute(name = "手机号码", maxLength = 32)
@Schema(description = "手机号码" )
@HeadFontStyle(fontHeightInPoints = 11)
@ExcelProperty("手机号码" )
private String empMobile;
@ExcelAttribute(name = "客户名称", maxLength = 50)
@Schema(description = "客户名称")
@HeadFontStyle(fontHeightInPoints = 11)
......
......@@ -162,6 +162,7 @@
<result property="unitBigailmentCardinal" column="UNIT_BIGAILMENT_CARDINAL"/>
<result property="unitWorkInjuryCardinal" column="UNIT_WORK_INJURY_CARDINAL"/>
<result property="unitBirthCardinal" column="UNIT_BIRTH_CARDINAL"/>
<result property="empMobile" column="EMP_MOBILE"/>
</resultMap>
<resultMap id="fundSupplementaryMap" type="com.yifu.cloud.plus.v1.yifu.social.vo.FundSupplementaryExportVo">
......@@ -932,7 +933,8 @@
s.UNIT_BIRTH_CARDINAL,
c.PROVIDENT_HOUSEHOLD_NAME,
c.UNIT_PROVIDENG_CARDINAL,
c.UNIT_PROVIDENT_PER
c.UNIT_PROVIDENT_PER,
a.EMP_MOBILE
from t_dispatch_info a
left join t_social_info s on s.id=a.SOCIAL_ID
......
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