diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index eb49595..ea88ff2 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,5 +1,5 @@
spring:
profiles:
- active: dev
+ active: prod
server:
port: 8118
\ No newline at end of file
diff --git a/src/main/resources/mapper/FxfxdxMapper.xml b/src/main/resources/mapper/FxfxdxMapper.xml
index 0882422..6dc26d6 100644
--- a/src/main/resources/mapper/FxfxdxMapper.xml
+++ b/src/main/resources/mapper/FxfxdxMapper.xml
@@ -54,6 +54,7 @@
a.CREATOR = d.id
where
a.ISDELETE = 'N'
+ and a.code not in ('370910170701','370910170702','370910170703')
@@ -115,7 +116,8 @@
LEFT JOIN PF_ACCOUNT e ON
b.CREATOR = e.id
WHERE
- a.ISDELETE = 'N';
+ a.ISDELETE = 'N'
+ and b.code not in ('370910170701','370910170702','370910170703')