优化实名认证记录存储SQL

This commit is contained in:
gy b
2023-10-11 19:14:55 +08:00
parent 69e6b062d7
commit 5e0a84ae10
3 changed files with 2 additions and 4 deletions
@@ -198,7 +198,7 @@ public class IdentityAuthenticationServiceImpl implements IdentityAuthentication
authentication.setIdentityNo(idcardno);
authentication.setCertificationTime(new Date());
authentication.setCertificationStatus(0);
authentication.setRequestId(objJSON.getString("RequestId"));
authentication.setCreateBy(loginUser.getUsername());
try {
identityAuthenticationMapper.insertIdentityAuthentication(authentication);
} catch (Exception e) {