feat: 大田县医院初始化

dtxyy
chenhc 7 months ago
parent e3e2741a56
commit 1f41ce8796

@ -88,6 +88,15 @@
<version>19.18.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>6.1.0.jre8</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>cn.easyproject</groupId>
<artifactId>orai18n</artifactId>

@ -9,11 +9,6 @@ spring:
username: root
password: Glxp@6066
driver-class-name: com.mysql.cj.jdbc.Driver
njsql:
url: jdbc:mysql://127.0.0.1:3306/udi_wms?allowMultiQueries=true&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
username: root
password: Glxp@6066
driver-class-name: com.mysql.cj.jdbc.Driver
ptxhSql:
url: jdbc:mysql://127.0.0.1:3306/udi_wms?allowMultiQueries=true&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
username: root

@ -3,7 +3,7 @@
<mapper namespace="com.glxp.mipsdl.thirddao.dtxyy.DeviceBusinessProjectMapper">
<select id="selectList" resultType="com.glxp.mipsdl.client.ptxhyy.entity.DeviceBusinessProject">
select rq AS chargTime,sfxm,sfmc,je.sfmz
select rq AS chargTime,sfxm,sfmc,je,sfmz
from udi_sbfybb
<where>
<if test="sfxm != null and sfxm != ''">

Loading…
Cancel
Save