mm_mysql 1.7.7 → 1.7.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/sql.js +1 -1
- package/test.js +1 -1
package/package.json
CHANGED
package/sql.js
CHANGED
package/test.js
CHANGED
|
@@ -101,7 +101,7 @@ async function test_tpl_get() {
|
|
|
101
101
|
|
|
102
102
|
var o = ret.list[0];
|
|
103
103
|
// console.log("查询结果", o);
|
|
104
|
-
|
|
104
|
+
o.user_id = await db.count() + 1;
|
|
105
105
|
o.nickname = o.nickname + ",6,7";
|
|
106
106
|
o.gm = "'5";
|
|
107
107
|
// // await db.add(o);
|