|
@@ -269,7 +269,7 @@ public class DzCardsController extends BaseController
|
|
|
if (null != sysUser.getDirectedStudy()) {
|
|
if (null != sysUser.getDirectedStudy()) {
|
|
|
cardUserBody.setDirectionStudy(JSONArray.parse(sysUser.getDirectedStudy()));
|
|
cardUserBody.setDirectionStudy(JSONArray.parse(sysUser.getDirectedStudy()));
|
|
|
}
|
|
}
|
|
|
- BeanUtils.copyProperties(dzCards, cardUserBody, "password");
|
|
|
|
|
|
|
+ BeanUtils.copyProperties(dzCards, cardUserBody, "password", "nickName", "location", "examType", "endYear");
|
|
|
return success(cardUserBody);
|
|
return success(cardUserBody);
|
|
|
}
|
|
}
|
|
|
|
|
|