|
@@ -1291,7 +1291,7 @@ t2.ITM_APPCATAGORY_NAME,t1.ORGAN_ID,t3.SHORT_NAME,t1.PRIORITY,t1.app_type,t1.ITM
|
|
|
insert into bi_app_access_stat
|
|
|
SELECT
|
|
|
'DAY' AS dtype,
|
|
|
- substring(thedvalue,1,8) AS thedvalue,
|
|
|
+ substring(thedvalue,1,8) AS thedvalue,
|
|
|
NET_NAME,
|
|
|
organ_name,
|
|
|
PRIORITY,
|
|
@@ -1852,7 +1852,7 @@ from
|
|
|
bi_cunchu_shebei_yunwei_fenxi where dtype = 'MONTH'
|
|
|
group by itm_hardware_resources_id,substring(thedvalue,1,4);
|
|
|
|
|
|
- select * from bi_cunchu_shebei_yunwei_fenxi
|
|
|
+
|
|
|
|
|
|
|
|
|
|