소스 검색

字段名书写错误

xusonglin 5 년 전
부모
커밋
0572d7c67d
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/main/java/com/jkcredit/asychronous/process/ManLocationFileProcessor.java

+ 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