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