保存进度!
This commit is contained in:
		@@ -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);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user