From a15a8cfd7b01ce4bba6fe9fd876f6704ca23a12d Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期二, 07 一月 2025 16:40:32 +0800
Subject: [PATCH] 1、取水口用水日统计表中增加金额、次数字段; 2、优化或重写“累计流量超过指定值的取水口”、“累计流量低于指定值的取水口”、“指定时间段内用水量超过指定值的取水口”、“指定时间段内消费金额超过指定值的取水口”几个统计查询; 3、改“指定时间段内用水时长超过指定值的取水口”为“指定时间段内用水次数超过指定值的取水口”
---
pipIrr-platform/pipIrr-web/pipIrr-web-base/src/main/resources/application.yml | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-base/src/main/resources/application.yml b/pipIrr-platform/pipIrr-web/pipIrr-web-base/src/main/resources/application.yml
index de87bf5..eb80e19 100644
--- a/pipIrr-platform/pipIrr-web/pipIrr-web-base/src/main/resources/application.yml
+++ b/pipIrr-platform/pipIrr-web/pipIrr-web-base/src/main/resources/application.yml
@@ -1,18 +1,20 @@
spring:
profiles:
- include: global, database
+ include: global, database, database-ym, database-sp, database-test,database-mj,database-mq
+user:
+ defaultTrueRandomFalsePassword: true #true:閲囩敤榛樿瀵嗙爜锛宖alse:绯荤粺浜х敓闅忔満瀵嗙爜
+ defaultPassword: "abc_123"
+# defaultPassword: "admin"
#actutor鐨剋eb绔彛
management:
server:
- port: 9080
+ port: ${pipIrr.base.actutorPort}
#web鏈嶅姟绔彛锛宼omcat榛樿鏄�8080
server:
- port: 8080
+ port: ${pipIrr.base.webPort}
servlet:
context-path: /base #web璁块棶涓婁笅鏂囪矾寰�
context-parameters:
#GenerateIdSetSuffixListener涓簲鐢紝鍙栧�艰寖鍥存槸0-99
- idSuffix: 1
- #ConfigListener涓簲鐢�
- #configFileNames: config-global.xml,config-demo.xml
+ idSuffix: ${pipIrr.base.idSuffix}
--
Gitblit v1.8.0