Commit c035da59 authored by l2m2's avatar l2m2

upload.

parent ff0cd4e2
......@@ -7,7 +7,7 @@ T_SQLCNT_POOL.setConnectParameter({
}, 'TEST');
var query = new TSqlQueryV2(T_SQLCNT_POOL.getSqlDatabase('TEST'));
var result = query.selectArrayMap({
table: 'sys_user',
table: 'test',
limit: 1
});
if (query.lastError().isValid()) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment