Kaynağa Gözat

modify 30conflict

lizg 1 hafta önce
ebeveyn
işleme
ca7dd6e79b
1 değiştirilmiş dosya ile 8 ekleme ve 8 silme
  1. 8 8
      odbctest/mql/basic/30conflict/26mupdate.mql

+ 8 - 8
odbctest/mql/basic/30conflict/26mupdate.mql

@@ -10,7 +10,7 @@ params("xxx", 5, 1622249715000, 1, "设备:222.129.134.178电源整体功能恢
 select * from /test/malert_status limit -1
 /**
 output()
-count(10001)
+count(1001)
 **/
 ;
 
@@ -28,29 +28,29 @@ matchcount(identifier, "xxx", summary, "xxx", 1)
 **/
 ;
 
-update /test/malert_status set summary='aaa' where id='9953570177941151804'
+update /test/malert_status set summary='aaa' where id='1432333396232524963'
 /**
 output()
 **/
 ;
 
-select class,id,identifier,summary from /test/malert_status where id='9953570177941151804'
+select class,id,identifier,summary from /test/malert_status where id='1432333396232524963'
 /**
 output()
-matchcount(id, "9953570177941151804", summary, "aaa", 1)
+matchcount(id, "1432333396232524963", summary, "aaa", 1)
 **/
 ;
 
-update /test/malert_status set summary='xxx' where id='9953570177941151804'
+update /test/malert_status set summary='xxx' where id='1432333396232524963'
 /**
 output()
 **/
 ;
 
-select class,id,identifier,summary from /test/malert_status where id='9953570177941151804'
+select class,id,identifier,summary from /test/malert_status where id='1432333396232524963'
 /**
 output()
-matchcount(id, "9953570177941151804", summary, "xxx", 1)
+matchcount(id, "1432333396232524963", summary, "xxx", 1)
 **/
 ;
 
@@ -76,6 +76,6 @@ count(0)
 select count(*) from /test/malert_status
 /**
 output()
-matchcount("count", 10000, 1)
+matchcount("count", 1000, 1)
 **/
 ;