修改 b趋势

master
wanghao 7 months ago
parent b359e5419f
commit 6c3d143007

@ -6,11 +6,11 @@ spring:
druid:
# 主库数据源
master:
url: jdbc:sqlserver://175.27.215.92:1433;SelectMethod=cursor;DatabaseName=Hsdb
# url: jdbc:sqlserver://localhost:1433;SelectMethod=cursor;DatabaseName=Hsdb
# url: jdbc:sqlserver://175.27.215.92:1433;SelectMethod=cursor;DatabaseName=Hsdb
url: jdbc:sqlserver://localhost:1433;SelectMethod=cursor;DatabaseName=Hsdb
username: sa
# password: sa
password: Hawei@123
password: sa
# password: Hawei@123
# 从库数据源
slave:
# 从数据源开关/默认关闭

@ -102,10 +102,10 @@
const Modal1Search = () => {
let params = {}
if ($('#startTime1').val()) {
params.beginTime = dateFormat(new Date($('#startTime1').val()), 'yyyy-MM-dd hh-mm-ss');
params.beginTime = dateFormat(new Date($('#startTime1').val()), 'yyyy-MM-dd hh:mm:ss');
}
if ($('#endTime1').val()) {
params.endTime = dateFormat(new Date($('#endTime1').val()), 'yyyy-MM-dd hh-mm-ss');
params.endTime = dateFormat(new Date($('#endTime1').val()), 'yyyy-MM-dd hh:mm:ss');
}
params.timeInterval = $('#timeInterval1').val();
$.get(ctx + 'broad/home/queryParamListA', params, (e) => {
@ -225,10 +225,10 @@
let params = {}
params.timeInterval = $('#timeInterval').val();
if ($('#startTime2').val()) {
params.beginTime = dateFormat(new Date($('#startTime2').val()), 'yyyy-MM-dd hh-mm-ss');
params.beginTime = dateFormat(new Date($('#startTime2').val()), 'yyyy-MM-dd hh:mm:ss');
}
if ($('#endTime2').val()) {
params.endTime = dateFormat(new Date($('#endTime2').val()), 'yyyy-MM-dd hh-mm-ss');
params.endTime = dateFormat(new Date($('#endTime2').val()), 'yyyy-MM-dd hh:mm:ss');
}
await Modal2SearchReq(params)
$($(".page")[0]).addClass('active')
@ -242,10 +242,10 @@
let params = {}
params.timeInterval = $('#timeInterval').val();
if ($('#startTime2').val()) {
params.beginTime = dateFormat(new Date($('#startTime2').val()), 'yyyy-MM-dd hh-mm-ss');
params.beginTime = dateFormat(new Date($('#startTime2').val()), 'yyyy-MM-dd hh:mm:ss');
}
if ($('#endTime2').val()) {
params.endTime = dateFormat(new Date($('#endTime2').val()), 'yyyy-MM-dd hh-mm-ss');
params.endTime = dateFormat(new Date($('#endTime2').val()), 'yyyy-MM-dd hh:mm:ss');
}
Modal2SearchReq(params)
}
@ -258,10 +258,10 @@
let params = {}
params.timeInterval = $('#timeInterval').val();
if ($('#startTime2').val()) {
params.beginTime = dateFormat(new Date($('#startTime2').val()), 'yyyy-MM-dd hh-mm-ss');
params.beginTime = dateFormat(new Date($('#startTime2').val()), 'yyyy-MM-dd hh:mm:ss');
}
if ($('#endTime2').val()) {
params.endTime = dateFormat(new Date($('#endTime2').val()), 'yyyy-MM-dd hh-mm-ss');
params.endTime = dateFormat(new Date($('#endTime2').val()), 'yyyy-MM-dd hh:mm:ss');
}
Modal2SearchReq(params)
}
@ -273,10 +273,10 @@
let params = {}
params.timeInterval = $('#timeInterval').val();
if ($('#startTime2').val()) {
params.beginTime = dateFormat(new Date($('#startTime2').val()), 'yyyy-MM-dd hh-mm-ss');
params.beginTime = dateFormat(new Date($('#startTime2').val()), 'yyyy-MM-dd hh:mm:ss');
}
if ($('#endTime2').val()) {
params.endTime = dateFormat(new Date($('#endTime2').val()), 'yyyy-MM-dd hh-mm-ss');
params.endTime = dateFormat(new Date($('#endTime2').val()), 'yyyy-MM-dd hh:mm:ss');
}
Modal2SearchReq(params)
}
@ -296,10 +296,10 @@
params.timeInterval = $('#timeInterval').val();
if ($('#startTime2').val()) {
params.beginTime = dateFormat(new Date($('#startTime2').val()), 'yyyy-MM-dd hh-mm-ss');
params.beginTime = dateFormat(new Date($('#startTime2').val()), 'yyyy-MM-dd hh:mm:ss');
}
if ($('#endTime2').val()) {
params.endTime = dateFormat(new Date($('#endTime2').val()), 'yyyy-MM-dd hh-mm-ss');
params.endTime = dateFormat(new Date($('#endTime2').val()), 'yyyy-MM-dd hh:mm:ss');
}
if ($('#name').val()) {
params.name = $('#name').val()

@ -101,10 +101,10 @@
const Modal1Search = () => {
let params = {}
if ($('#startTime1').val()) {
params.beginTime = dateFormat(new Date($('#startTime1').val()),'yyyy-MM-dd hh-mm-ss');
params.beginTime = dateFormat(new Date($('#startTime1').val()),'yyyy-MM-dd hh:mm:ss');
}
if ($('#endTime1').val()) {
params.endTime = dateFormat(new Date($('#startTime1').val()),'yyyy-MM-dd hh-mm-ss');
params.endTime = dateFormat(new Date($('#endTime1').val()),'yyyy-MM-dd hh:mm:ss');
}
params.timeInterval=$('#timeInterval1').val();
$.get(ctx + 'broad/home/queryParamListB', params, (e) => {
@ -224,10 +224,10 @@
let params = {}
params.timeInterval = $('#timeInterval').val();
if ($('#startTime2').val()) {
params.beginTime = dateFormat(new Date($('#startTime2').val()),'yyyy-MM-dd hh-mm-ss');
params.beginTime = dateFormat(new Date($('#startTime2').val()),'yyyy-MM-dd hh:mm:ss');
}
if ($('#endTime2').val()) {
params.endTime = dateFormat(new Date($('#endTime2').val()),'yyyy-MM-dd hh-mm-ss');
params.endTime = dateFormat(new Date($('#endTime2').val()),'yyyy-MM-dd hh:mm:ss');
}
await Modal2SearchReq(params)
$($(".page")[0]).addClass('active')
@ -241,10 +241,10 @@
let params = {}
params.timeInterval = $('#timeInterval').val();
if ($('#startTime2').val()) {
params.beginTime = dateFormat(new Date($('#startTime2').val()),'yyyy-MM-dd hh-mm-ss');
params.beginTime = dateFormat(new Date($('#startTime2').val()),'yyyy-MM-dd hh:mm:ss');
}
if ($('#endTime2').val()) {
params.endTime = dateFormat(new Date($('#endTime2').val()),'yyyy-MM-dd hh-mm-ss');
params.endTime = dateFormat(new Date($('#endTime2').val()),'yyyy-MM-dd hh:mm:ss');
}
Modal2SearchReq(params)
}
@ -256,10 +256,10 @@
let params = {}
params.timeInterval = $('#timeInterval').val();
if ($('#startTime2').val()) {
params.beginTime = dateFormat(new Date($('#startTime2').val()),'yyyy-MM-dd hh-mm-ss');
params.beginTime = dateFormat(new Date($('#startTime2').val()),'yyyy-MM-dd hh:mm:ss');
}
if ($('#endTime2').val()) {
params.endTime = dateFormat(new Date($('#endTime2').val()),'yyyy-MM-dd hh-mm-ss');
params.endTime = dateFormat(new Date($('#endTime2').val()),'yyyy-MM-dd hh:mm:ss');
}
Modal2SearchReq(params)
}
@ -271,10 +271,10 @@
let params = {}
params.timeInterval = $('#timeInterval').val();
if ($('#startTime2').val()) {
params.beginTime = dateFormat(new Date($('#startTime2').val()),'yyyy-MM-dd hh-mm-ss');
params.beginTime = dateFormat(new Date($('#startTime2').val()),'yyyy-MM-dd hh:mm:ss');
}
if ($('#endTime2').val()) {
params.endTime = dateFormat(new Date($('#endTime2').val()),'yyyy-MM-dd hh-mm-ss');
params.endTime = dateFormat(new Date($('#endTime2').val()),'yyyy-MM-dd hh:mm:ss');
}
Modal2SearchReq(params)
}
@ -294,10 +294,10 @@
params.timeInterval = $('#timeInterval').val();
if ($('#startTime2').val()) {
params.beginTime = dateFormat(new Date($('#startTime2').val()),'yyyy-MM-dd hh-mm-ss');
params.beginTime = dateFormat(new Date($('#startTime2').val()),'yyyy-MM-dd hh:mm:ss');
}
if ($('#endTime2').val()) {
params.endTime = dateFormat(new Date($('#endTime2').val()),'yyyy-MM-dd hh-mm-ss');
params.endTime = dateFormat(new Date($('#endTime2').val()),'yyyy-MM-dd hh:mm:ss');
}
if ($('#name').val()) {
params.name = $('#name').val()

Loading…
Cancel
Save