|
|
@@ -236,6 +236,9 @@ public class UserController extends BaseController {
|
|
|
if(!CardStatus.Paid.getVal().equals(cards.getStatus())) {
|
|
|
return AjaxResult.error("无效卡");
|
|
|
}
|
|
|
+ if(null != cards.getAssignSchoolId()) {
|
|
|
+ cards.setAssignSchoolName(dzSchoolService.selectDzSchoolById(cards.getAssignSchoolId()).getName());
|
|
|
+ }
|
|
|
return AjaxResult.success(cards);
|
|
|
}
|
|
|
}
|