Browse Source

认证数据返回

huangxingxing 2 years ago
parent
commit
cb5c1e332f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/java/com/miniframe/bisiness/system/B00001Service.java

+ 1 - 0
src/main/java/com/miniframe/bisiness/system/B00001Service.java

@@ -70,6 +70,7 @@ public class B00001Service extends B00001BaseModel implements ExecProcessFlow {
             this.getD_b00001().setCertType(certification.getType());
             this.getD_b00001().setCertTime(XIDateTimeUtils.getStrFromDate(certification.getAuthTime()));
             this.getD_b00001().setCertFile(certification.getAuthFile());
+            this.getD_b00001().setAuthenticationState(certification.getState());
         }
 
         if(sysUser.getUserType().equals(UserType.son.getIndex())){