feature-mass-identify #1

Merged
Kane merged 8 commits from feature-mass-identify into develop 2025-05-07 06:30:15 +00:00
Showing only changes of commit 91f9b6dd92 - Show all commits

View File

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