浏览代码

modify 30conflict

lizg 1 周之前
父节点
当前提交
b9ca0880e6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      odbctest/mql/basic/30conflict/26mupdate.mql

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

@@ -7,10 +7,10 @@ params("xxx", 5, 1622249715000, 1, "设备:222.129.134.178电源整体功能恢
 **/
 ;
 
-select count(*) from /test/malert_status
+select * from /test/malert_status
 /**
 output()
-matchcount("count", 10001, 1)
+count(10001)
 **/
 ;