Sfoglia il codice sorgente

工单处理表的单位,时长都需要改成秒,bi_work_flow_group_row

zhangpeng 1 anno fa
parent
commit
d1f0a3809e
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      all.sql

+ 2 - 2
all.sql

@@ -420,11 +420,11 @@ CREATE TABLE `bi_work_flow_group_row` (
 	from bi_work_flow_group_by_time m
 	left join itm_app ia on ia.ITM_APP_ID=m.app_id
 	union all
-	select m.dtype, m.thedvalue,m.process_type_name,m.app_id,ia.ITM_APP_NAME,m.serve_area,m.serve_department,m.serve_firm, 'SUM', '小时', 'total_time_consuming' as 'kind', total_time_consuming as 'value'
+	select m.dtype, m.thedvalue,m.process_type_name,m.app_id,ia.ITM_APP_NAME,m.serve_area,m.serve_department,m.serve_firm, 'SUM', '', 'total_time_consuming' as 'kind', total_time_consuming as 'value'
 	from bi_work_flow_group_by_time m
 	left join itm_app ia on ia.ITM_APP_ID=m.app_id
 	union all
-	select m.dtype, m.thedvalue,m.process_type_name,m.app_id,ia.ITM_APP_NAME,m.serve_area,m.serve_department,m.serve_firm, 'AVG', '小时', 'avg_time_consuming' as 'kind', avg_time_consuming as 'value'
+	select m.dtype, m.thedvalue,m.process_type_name,m.app_id,ia.ITM_APP_NAME,m.serve_area,m.serve_department,m.serve_firm, 'AVG', '', 'avg_time_consuming' as 'kind', avg_time_consuming as 'value'
 	from bi_work_flow_group_by_time m
 	left join itm_app ia on ia.ITM_APP_ID=m.app_id
 	union all