|
|
@@ -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());
|
|
|
}
|
|
|
|