|
@@ -136,14 +136,14 @@
|
|
|
a.serve_today_amount serveTodayAmount,
|
|
|
a.seats_amount seatsAmount,
|
|
|
a.seats_curr_online_amount seatsCurrOnlineAmount,
|
|
|
- a.seats_call_min_amount seatsCallMinAmoun
|
|
|
+ a.seats_call_min_amount seatsCallMinAmount
|
|
|
FROM st_station a
|
|
|
where a.station_id = #{stationId}
|
|
|
</select>
|
|
|
|
|
|
<select id="selectBigScreenAlarmOlderList" resultType="com.care.bigscreen.vo.BigScreenAlarmOlderVO">
|
|
|
SELECT a.older_id olderId,
|
|
|
- CONCAT((select b.name from care_older b where b.id = a.older_id),'--', (select sdc.name from sys_dim_code sdc where sdc.dim_code = a.order_type and sdc.type_code='event_order_order_type')) nameStatus,
|
|
|
+ CONCAT((select b.name from care_older b where b.id = a.older_id),'--', (select sdc.name from sys_dim_code sdc where sdc.dim_code = a.order_type and sdc.type_code='event_order_order_type')) nameType,
|
|
|
a.status,
|
|
|
(select sdc.name from sys_dim_code sdc where sdc.dim_code = a.status and sdc.type_code='event_order_status') statusName
|
|
|
FROM care_event_order a
|