REQ-3581: 备份
This commit is contained in:
parent
ee08db5d01
commit
9ccef78fd5
@ -45,4 +45,14 @@ public class EssApproverDetail {
|
||||
* 对应签署人的签署截止时间
|
||||
*/
|
||||
private long approverDeadlineMs;
|
||||
|
||||
/**
|
||||
* 单位名称
|
||||
*/
|
||||
private String ouName;
|
||||
|
||||
/**
|
||||
* 对应签署人的手机号
|
||||
*/
|
||||
private String phoneNumber;
|
||||
}
|
||||
|
||||
@ -119,6 +119,8 @@ class CallbackController implements EssCallbackApi, InitializingBean {
|
||||
detail.setApproveTimeMs(info.getApproveTime() * 1000);
|
||||
detail.setMessage(info.getApproveMessage());
|
||||
detail.setApproverDeadlineMs(info.getApproverDeadline() * 1000);
|
||||
detail.setOuName(info.getProxyOrganizationName());
|
||||
detail.setPhoneNumber(info.getPhoneNumber());
|
||||
return detail;
|
||||
})
|
||||
.collect(toList());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user