修改申请表的联系人-创建人调整
This commit is contained in:
parent
9be598529b
commit
a5244f1a99
|
|
@ -175,7 +175,7 @@ public class ApplyClientInfoService {
|
||||||
// 建档人id
|
// 建档人id
|
||||||
applyContact.setCreateUserId(applyClientInfo.getCreateUserId());
|
applyContact.setCreateUserId(applyClientInfo.getCreateUserId());
|
||||||
// 建档人名称
|
// 建档人名称
|
||||||
applyContact.setCreateUser(params.get("id") + "");
|
applyContact.setCreateUser(params.get("realName") + "");
|
||||||
// 建档时间
|
// 建档时间
|
||||||
applyContact.setCreateTime(DateUtil.getTime());
|
applyContact.setCreateTime(DateUtil.getTime());
|
||||||
// 公司组织id
|
// 公司组织id
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue