提交merge1.3

This commit is contained in:
2025-12-27 15:30:48 +08:00
parent 3c497417dc
commit cbd3e7f981
6 changed files with 4 additions and 39 deletions

1
.gitignore vendored
View File

@@ -62,3 +62,4 @@ public.sql
发版记录/2025-11-12/~$S-管理系统-调价管理.docx 发版记录/2025-11-12/~$S-管理系统-调价管理.docx
发版记录/2025-11-12/发版日志.docx 发版记录/2025-11-12/发版日志.docx
.gitignore .gitignore
openhis-server-new/openhis-application/src/main/resources/application-dev.yml

View File

@@ -66,17 +66,10 @@
<artifactId>httpclient</artifactId> <artifactId>httpclient</artifactId>
</dependency> </dependency>
<!-- rabbitMQ --> <!-- rabbitMQ -->
<<<<<<< HEAD
<!-- <dependency> <!-- <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId> <artifactId>spring-boot-starter-amqp</artifactId>
</dependency> --> </dependency> -->
=======
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-amqp</artifactId>
</dependency>
>>>>>>> v1.3
</dependencies> </dependencies>

View File

@@ -6,7 +6,7 @@ spring:
druid: druid:
# 主库数据源 # 主库数据源
master: 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 username: postgresql
password: Jchl1528 password: Jchl1528
# 从库数据源 # 从库数据源
@@ -64,9 +64,9 @@ spring:
# redis 配置 # redis 配置
redis: redis:
# 地址 # 地址
host: 192.168.110.252 host: 47.116.196.11
# 端口默认为6379 # 端口默认为6379
port: 6379 port: 26379
# 数据库索引 # 数据库索引
database: 1 database: 1
# 密码 # 密码

View File

@@ -22,21 +22,6 @@
<!-- 根据区域id数组查询 区域表 --> <!-- 根据区域id数组查询 区域表 -->
<select id="searchLocationDataByBusNo" resultType="com.openhis.administration.dto.PatientBedInfoDto"> <select id="searchLocationDataByBusNo" resultType="com.openhis.administration.dto.PatientBedInfoDto">
<<<<<<< HEAD
select id as bedLocationId,
bus_no as busNo,
name as bedName,
status_enum as statusEnum,
mode_enum as modeEnum,
operational_enum as operationalEnum
from adm_location
where delete_flag = '0'
and bus_no like concat (#{busNo}, '%') and form_enum = #{formEnum} and status_enum = #{statusEnum}
</select>
=======
select id as bedLocationId, select id as bedLocationId,
bus_no as busNo, bus_no as busNo,
name as bedName, name as bedName,
@@ -64,5 +49,4 @@
</select> </select>
>>>>>>> v1.3
</mapper> </mapper>

View File

@@ -44,11 +44,7 @@
</select> </select>
<!-- 根据关键字查询 如果关键字为空查询10条否则返回查询到的所有 --> <!-- 根据关键字查询 如果关键字为空查询10条否则返回查询到的所有 -->
<select id="searchMedListByKeyWord" resultType="com.openhis.medication.dto.AdjustPriceMedListDto"> <select id="searchMedListByKeyWord" resultType="com.openhis.medication.dto.AdjustPriceMedListDto">
<<<<<<< HEAD
select med.id as targetId, med_def.name as name, med.total_volume as volume, details.amount as
=======
select med_def.id as targetId, med_def.name as name, med.total_volume as volume, details.amount as select med_def.id as targetId, med_def.name as name, med.total_volume as volume, details.amount as
>>>>>>> v1.3
originRetailPrice,def_details.amount as originBuyingPrice,med_def.bus_no as busNo,med_def.min_unit_code as unitCode originRetailPrice,def_details.amount as originBuyingPrice,med_def.bus_no as busNo,med_def.min_unit_code as unitCode
from med_medication med from med_medication med
inner join med_medication_definition med_def on med.medication_def_id = med_def.id inner join med_medication_definition med_def on med.medication_def_id = med_def.id

View File

@@ -5,7 +5,6 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="renderer" content="webkit" /> <meta name="renderer" content="webkit" />
<<<<<<< HEAD
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- SEO 和描述信息 --> <!-- SEO 和描述信息 -->
@@ -36,14 +35,6 @@
<link rel="icon" href="/favicon/favicon.svg" type="image/svg+xml"> <link rel="icon" href="/favicon/favicon.svg" type="image/svg+xml">
<!-- 打印样式按需加载 --> <!-- 打印样式按需加载 -->
<link rel="stylesheet" type="text/css" media="print" href="/print-lock.css" onload="this.media='all'"> <link rel="stylesheet" type="text/css" media="print" href="/print-lock.css" onload="this.media='all'">
=======
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
/>
<link rel="icon" href="src/assets/images/ccu.png" />
<link rel="stylesheet" type="text/css" media="print" href="/public/print-lock.css" />
>>>>>>> v1.3
<title>医院信息管理系统</title> <title>医院信息管理系统</title>
<!--[if lt IE 11]> <!--[if lt IE 11]>
<script> <script>