From 50593898c15e419bd98b915b5c2c83fe7a578612 Mon Sep 17 00:00:00 2001
From: liwenxuan <1298531568@qq.com>
Date: Thu, 31 Jul 2025 10:48:45 +0800
Subject: [PATCH] =?UTF-8?q?=E5=BA=94=E5=AE=89=E7=8E=AF=E9=83=A8=E8=A6=81?=
=?UTF-8?q?=E6=B1=82,=E4=B8=8D=E5=86=8D=E4=B8=8A=E4=BC=A0=E6=9F=90?=
=?UTF-8?q?=E4=BA=9B=E6=95=B0=E6=8D=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/main/resources/application.yml | 2 +-
src/main/resources/mapper/FxfxdxMapper.xml | 9 +++++++--
2 files changed, 8 insertions(+), 3 deletions(-)
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')