From 12618112a46720be3b5fc804b6b82528130b8f38 Mon Sep 17 00:00:00 2001 From: rustdreamer Date: Wed, 9 Aug 2023 09:17:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.controller.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.controller.ts b/src/app.controller.ts index 6b7e56a..66dcc59 100644 --- a/src/app.controller.ts +++ b/src/app.controller.ts @@ -210,6 +210,7 @@ export class AppController { new_node_other_visitor.identity_card_no = item.identity_card_no; new_node_other_visitor.nationality_type = item.nationality_type; new_node_other_visitor.nationality = item.nationality; + await transactionalEntityManager.save(new_node_other_visitor); }) return { statusCode: 201, data: result };