diff --git a/.gitignore b/.gitignore
index a6163934..6a8f8e2a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -62,3 +62,4 @@ public.sql
发版记录/2025-11-12/~$S-管理系统-调价管理.docx
发版记录/2025-11-12/发版日志.docx
.gitignore
+openhis-server-new/openhis-application/src/main/resources/application-dev.yml
diff --git a/openhis-server-new/openhis-application/pom.xml b/openhis-server-new/openhis-application/pom.xml
index e9fe8bbf..616f682d 100644
--- a/openhis-server-new/openhis-application/pom.xml
+++ b/openhis-server-new/openhis-application/pom.xml
@@ -66,17 +66,10 @@
httpclient
-<<<<<<< HEAD
-=======
-
- org.springframework.boot
- spring-boot-starter-amqp
-
->>>>>>> v1.3
diff --git a/openhis-server-new/openhis-application/src/main/resources/application-dev.yml b/openhis-server-new/openhis-application/src/main/resources/application-dev.yml
index fe94317c..500e9758 100644
--- a/openhis-server-new/openhis-application/src/main/resources/application-dev.yml
+++ b/openhis-server-new/openhis-application/src/main/resources/application-dev.yml
@@ -6,7 +6,7 @@ spring:
druid:
# 主库数据源
master:
- url: jdbc:postgresql://192.168.110.252:15432/postgresql?currentSchema=hisdev&characterEncoding=UTF-8&client_encoding=UTF-8
+ url: jdbc:postgresql://47.116.196.11:15432/postgresql?currentSchema=hisdev&characterEncoding=UTF-8&client_encoding=UTF-8
username: postgresql
password: Jchl1528
# 从库数据源
@@ -64,9 +64,9 @@ spring:
# redis 配置
redis:
# 地址
- host: 192.168.110.252
+ host: 47.116.196.11
# 端口,默认为6379
- port: 6379
+ port: 26379
# 数据库索引
database: 1
# 密码
diff --git a/openhis-server-new/openhis-domain/src/main/resources/mapper/administration/LocationMapper.xml b/openhis-server-new/openhis-domain/src/main/resources/mapper/administration/LocationMapper.xml
index 194608c9..4bd3bed7 100644
--- a/openhis-server-new/openhis-domain/src/main/resources/mapper/administration/LocationMapper.xml
+++ b/openhis-server-new/openhis-domain/src/main/resources/mapper/administration/LocationMapper.xml
@@ -22,21 +22,6 @@
-
-
-
-=======
select id as bedLocationId,
bus_no as busNo,
name as bedName,
@@ -64,5 +49,4 @@
->>>>>>> v1.3
\ No newline at end of file
diff --git a/openhis-server-new/openhis-domain/src/main/resources/mapper/medication/MedicationMapper.xml b/openhis-server-new/openhis-domain/src/main/resources/mapper/medication/MedicationMapper.xml
index 9648f46a..c713d7a4 100644
--- a/openhis-server-new/openhis-domain/src/main/resources/mapper/medication/MedicationMapper.xml
+++ b/openhis-server-new/openhis-domain/src/main/resources/mapper/medication/MedicationMapper.xml
@@ -44,11 +44,7 @@