Browse Source

(*)回滚

dev
ww664853070 1 year ago
parent
commit
79a14dde40
  1. 1
      api/app/lib/controllers/data/anspectionNotificationPhone.js

1
api/app/lib/controllers/data/anspectionNotificationPhone.js

@ -36,6 +36,7 @@ async function addAnspectionNotificationPhone(ctx) {
})
})
await models.AnspectionNotificationPhone.bulkCreate(dataList);
await transaction.commit();
ctx.status = 204
} catch (error) {
ctx.fs.logger.error(`path: ${ctx.path}, error: ${error}`);

Loading…
Cancel
Save