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