Browse Source

修复bug

ellisran 4 months atrás
parent
commit
ca785ec5fc
1 changed files with 0 additions and 2 deletions
  1. 0 2
      app/service/safe_inspection.js

+ 0 - 2
app/service/safe_inspection.js

@@ -81,8 +81,6 @@ module.exports = app => {
             if (count > 0) {
                 throw '编号重复';
             }
-            console.log(check_date);
-            throw 'error';
 
             // 初始化事务
             const transaction = await this.db.beginTransaction();