Browse Source

字段名书写错误

xusonglin 5 years ago
parent
commit
0572d7c67d

+ 3 - 3
src/main/java/com/jkcredit/asychronous/process/ManLocationFileProcessor.java

@@ -109,7 +109,7 @@ public class ManLocationFileProcessor implements Processor {
 
                     String isIdCard = manFtpResult.getIsIdCard();
                     String isDrugs = manFtpResult.getIsDrugs();
-                    String isEcape = manFtpResult.getIsEscape();
+                    String isEscape = manFtpResult.getIsEscape();
                     String isPedigree = manFtpResult.getIsPedigree();
                     manResult.setResultCode(1000);
 
@@ -120,7 +120,7 @@ public class ManLocationFileProcessor implements Processor {
                     if (("2").equals(isDrugs)) {
                         manResult.setResultCode(1002);
                     }
-                    if (("2").equals(isEcape)) {
+                    if (("2").equals(isEscape)) {
                         manResult.setResultCode(1002);
                     }
                     if (("2").equals(isPedigree)) {
@@ -132,7 +132,7 @@ public class ManLocationFileProcessor implements Processor {
                     manResult.setUserName(userName);
                     manResult.setIdCard(idCard);
                     manResult.setIsIdCard(stringForInt(isIdCard));
-                    manResult.setIsEscape(stringForInt(isEcape));
+                    manResult.setIsEscape(stringForInt(isEscape));
                     manResult.setIsDrugs(stringForInt(isDrugs));
                     manResult.setIsPedigree(stringForInt(isPedigree));
                     //查询是成功设置1000