保存进度!

This commit is contained in:
Kane Wang 2023-05-25 21:13:18 +08:00
parent 2c82a2c8a3
commit 91f9b6dd92
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ public class QueryResultController
String name = request.getName();
IdentifyResult result = null;
IdentifyNewCitizenResponse response = new IdentifyNewCitizenResponse();
try
{
result = NewCitizenUitls.identifyNewCitizen(idCardNo, name);