This commit is contained in:
zhangqinlin
2022-01-07 09:30:12 +08:00
parent b65a30c396
commit ccde484060
3 changed files with 12 additions and 9 deletions
@@ -106,7 +106,6 @@ public class PayCaseCouncilSubitemController extends JeroController<PayCaseCounc
}
}
});
} catch (Exception e) {
log.error("手机号、邮箱解密异常!", e);
}
@@ -23,13 +23,15 @@ public class ChooseExcelCouncil {
@ApiModelProperty(value = "姓名")
private String peopleName;
@Excel(name = "电话", width = 15)
@ApiModelProperty(value = "电话")
private String phone;
@Excel(name = "职位", width = 15)
@ApiModelProperty(value = "职位")
private String post;
@Excel(name = "电话", width = 15)
@ApiModelProperty(value = "电话")
private String phone;
}
@@ -23,13 +23,15 @@ public class ChooseExcelWorkingGroup {
@ApiModelProperty(value = "姓名")
private java.lang.String peopleName;
@Excel(name = "电话", width = 15)
@ApiModelProperty(value = "电话")
private java.lang.String phone;
@Excel(name = "职位", width = 15)
@ApiModelProperty(value = "职位")
private java.lang.String post;
@Excel(name = "电话", width = 15)
@ApiModelProperty(value = "电话")
private java.lang.String phone;
}