@@ -81,6 +81,9 @@ public class MiniAppController {
if (null == taPerson) {
return ResponseBean.error("发生未知错误", ResponseBean.ERROR_UNAVAILABLE);
}
+ taPerson.setFromCode(from);
+ taPerson.setRecommendPerson(recommender);
+ taPersonService.updateById(taPerson);
taPerson.setPassword(null);