dev-tmp1
luotaiqian 2026-08-19 18:34:16 +08:00
parent 65adfa4237
commit 3b0004b4ad
1 changed files with 1 additions and 0 deletions

View File

@ -116,6 +116,7 @@ public class QualFilingExpertGatewayImpl implements QualFilingExpertGateway {
}
QualFilingExpertEntity entity = new QualFilingExpertEntity();
entity.setId(dataObject.getId());
entity.setUserId(dataObject.getUserId());
entity.setUserName(dataObject.getUserName());
entity.setAccount(dataObject.getAccount());
entity.setGenderCode(dataObject.getGenderCode());