Browse Source

识别修改

wks 2 years ago
parent
commit
6423400fe1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/ydtech/utils/baidu/Idcard.java

+ 1 - 1
src/main/java/com/ydtech/utils/baidu/Idcard.java

@@ -145,7 +145,7 @@ public class Idcard {
     }
 
     public static void conversionBack(CustomerInfoVO customerInfo, CustomerInfoVO customerInfoNew) {
-        customerInfo.setIdentifyValidDate(customerInfoNew.getName());
+        customerInfo.setIdentifyValidDate(customerInfoNew.getIdentifyValidDate());
         customerInfo.setIdentifyValidEndDate(customerInfoNew.getIdentifyValidEndDate());
     }