laiguoran 2 лет назад
Родитель
Сommit
59702d182e
1 измененных файлов с 0 добавлено и 4 удалено
  1. 0 4
      app/service/change_audit_list.js

+ 0 - 4
app/service/change_audit_list.js

@@ -343,10 +343,6 @@ module.exports = app => {
                         }
                     }
                 }
-                const flag = true;
-                if (flag) {
-                    throw 'fail';
-                }
                 await transaction.commit();
                 return true;
             } catch (err) {