|
@@ -106,6 +106,7 @@ public class UserArchivesInterviewController extends BaseController {
|
|
|
return res;
|
|
return res;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+ in2.setUid(in.getUid());
|
|
|
customerService.updateUserDate(in2);
|
|
customerService.updateUserDate(in2);
|
|
|
return res.data(this.userArchivesInterviewService.updateUser(in));
|
|
return res.data(this.userArchivesInterviewService.updateUser(in));
|
|
|
}
|
|
}
|