fix(close): 修正临时关闭申请中的用户证件号码字段映射

koumen
zhaokai 2026-06-15 18:23:41 +08:00
parent 7e6bb4d60a
commit 9201f401bc
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ public class ClosedTmpApplyController {
personApplyAddCmdExt.setEmployeePersonUserName(cmd.getApplyPersonUserName());
personApplyAddCmdExt.setUserFaceUrl(cmd.getUserFaceUrl());
personApplyAddCmdExt.setUserPhone(cmd.getUserPhone());
personApplyAddCmdExt.setUserCard(cmd.getUserPhone());
personApplyAddCmdExt.setUserCard(cmd.getUserCard());
ArrayList<XgfPersonApplyAddCmd.PersonApplyAddCmdExt> personApplyAddCmdExts = new ArrayList<>();
personApplyAddCmdExts.add(personApplyAddCmdExt);
xgf.setPersonApplyList(personApplyAddCmdExts);