ellisran 4 месяцев назад
Родитель
Сommit
ca785ec5fc
1 измененных файлов с 0 добавлено и 2 удалено
  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();