|
@@ -80,7 +80,7 @@ public class StadiumController extends BaseController {
|
|
Map<String, String> paymentStatus = DictUtils.getDictCacheToMap("payment_status");
|
|
Map<String, String> paymentStatus = DictUtils.getDictCacheToMap("payment_status");
|
|
List<Stadium> stadiumList = stadiumService.getStadiumList(stadiumBO);
|
|
List<Stadium> stadiumList = stadiumService.getStadiumList(stadiumBO);
|
|
stadiumList.forEach(stadium -> {
|
|
stadiumList.forEach(stadium -> {
|
|
- stadium.setPaymentStatus(paymentStatus.get(stadium.getPaymentStatus()));
|
|
|
|
|
|
+ stadium.setPaymentStatusLabel(paymentStatus.get(stadium.getPaymentStatus()));
|
|
});
|
|
});
|
|
return AjaxResult.success(getDataTable(stadiumList));
|
|
return AjaxResult.success(getDataTable(stadiumList));
|
|
}
|
|
}
|