浏览代码

服务站大屏

suntianwu 3 年之前
父节点
当前提交
879455935a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/resources/mybatis/BigSreenMapper.xml

+ 2 - 2
src/main/resources/mybatis/BigSreenMapper.xml

@@ -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