Browse Source

修复bug

ellisran 4 tháng trước cách đây
mục cha
commit
ca785ec5fc
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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) {
             if (count > 0) {
                 throw '编号重复';
                 throw '编号重复';
             }
             }
-            console.log(check_date);
-            throw 'error';
 
 
             // 初始化事务
             // 初始化事务
             const transaction = await this.db.beginTransaction();
             const transaction = await this.db.beginTransaction();