mm_mysql 1.9.8 → 1.9.9

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.
Files changed (2) hide show
  1. package/index.js +0 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -140,7 +140,6 @@ class Mysql {
140
140
  try {
141
141
  conn = await $this.pool.getConnection();
142
142
  var [rows] = await conn.execute(sql, val);
143
- console.log("执行结果", rows);
144
143
  if (rows.constructor == Array) {
145
144
  if (rows.length > 0) {
146
145
  var num = 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_mysql",
3
- "version": "1.9.8",
3
+ "version": "1.9.9",
4
4
  "description": "这是超级美眉mysql帮助函数模块,用于便捷操作mysql,使用await方式,可以避免嵌套函数",
5
5
  "main": "index.js",
6
6
  "dependencies": {