fix:bug
This commit is contained in:
-1
@@ -106,7 +106,6 @@ public class PayCaseCouncilSubitemController extends JeroController<PayCaseCounc
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
} catch (Exception e) {
|
||||
log.error("手机号、邮箱解密异常!", e);
|
||||
}
|
||||
|
||||
+6
-4
@@ -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;
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
+6
-4
@@ -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;
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user