Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zjgszdVideoAlarmService
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gszd
zjgszdVideoAlarmService
Commits
b345e0b4
Commit
b345e0b4
authored
Jun 01, 2021
by
wangjinjing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
待推送设备添加根据sbbh 查询
parent
1edfd17c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
8 deletions
+13
-8
src/main/resources/application.properties
src/main/resources/application.properties
+6
-6
src/main/resources/mapper/traffdevicewriteresult.xml
src/main/resources/mapper/traffdevicewriteresult.xml
+4
-0
src/main/resources/static/js/tsgl/sbts.js
src/main/resources/static/js/tsgl/sbts.js
+2
-1
src/main/resources/templates/page/sbts.html
src/main/resources/templates/page/sbts.html
+1
-1
No files found.
src/main/resources/application.properties
View file @
b345e0b4
...
@@ -2,12 +2,12 @@ spring.profiles.active=dev
...
@@ -2,12 +2,12 @@ spring.profiles.active=dev
server.port
=
8082
server.port
=
8082
spring.datasource.username
=
hzjt
#
spring.datasource.username=hzjt
spring.datasource.password
=
hzjt
#
spring.datasource.password=hzjt
spring.datasource.url
=
jdbc:oracle:thin:@33.50.1.22:1521:orcl
#
spring.datasource.url=jdbc:oracle:thin:@33.50.1.22:1521:orcl
#
spring.datasource.username=test
spring.datasource.username
=
test
#
spring.datasource.password=test
spring.datasource.password
=
test
#
spring.datasource.url=jdbc:oracle:thin:@192.168.168.212:1523:helowin
spring.datasource.url
=
jdbc:oracle:thin:@192.168.168.212:1523:helowin
spring.datasource.driver-class-name
=
oracle.jdbc.OracleDriver
spring.datasource.driver-class-name
=
oracle.jdbc.OracleDriver
# \uFFFD\uFFFD\u02BC\uFFFD\uFFFD\uFFFD\uFFFD\u0421\uFFFD\uFFFD\uFFFD\uFFFD\u0421\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD
# \uFFFD\uFFFD\u02BC\uFFFD\uFFFD\uFFFD\uFFFD\u0421\uFFFD\uFFFD\uFFFD\uFFFD\u0421\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD
...
...
src/main/resources/mapper/traffdevicewriteresult.xml
View file @
b345e0b4
...
@@ -36,6 +36,10 @@
...
@@ -36,6 +36,10 @@
<if
test=
"pushstatus !=null and pushstatus == 9"
>
<if
test=
"pushstatus !=null and pushstatus == 9"
>
and (A.pushstatus is null)
and (A.pushstatus is null)
</if>
</if>
<if
test=
"sbbh !=null and sbbh!= ''"
>
and A.sbbh #{sbbh}
</if>
</where>
</where>
</select>
</select>
...
...
src/main/resources/static/js/tsgl/sbts.js
View file @
b345e0b4
...
@@ -70,7 +70,8 @@ let vue_sjcx = new Vue({
...
@@ -70,7 +70,8 @@ let vue_sjcx = new Vue({
xzbh
:
getCookie
(
"
bjpt_deptId
"
),
xzbh
:
getCookie
(
"
bjpt_deptId
"
),
page
:
pages
,
page
:
pages
,
limit
:
this
.
fy_select
,
limit
:
this
.
fy_select
,
pushstatus
:
this
.
clzt_select
pushstatus
:
this
.
clzt_select
,
sbbh
:
$
(
"
#sbbh
"
).
val
()
}),
}),
success
:
function
(
result
)
{
success
:
function
(
result
)
{
vue_sjcx
.
data_table_wfpz
=
[];
vue_sjcx
.
data_table_wfpz
=
[];
...
...
src/main/resources/templates/page/sbts.html
View file @
b345e0b4
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
<div
id=
"sjcx_s"
class=
"div-right"
>
<div
id=
"sjcx_s"
class=
"div-right"
>
<div
class=
"div-right-top"
>
<div
class=
"div-right-top"
>
<span
class=
"pub-span"
>
设备编号:
</span>
<span
class=
"pub-span"
>
设备编号:
</span>
<input
type=
"text"
class=
"form-control input-pub"
v-text=
""
>
<input
type=
"text"
id=
"sbbh"
class=
"form-control input-pub"
v-text=
""
>
<span
class=
"pub-span"
style=
"margin-left: 10px;"
>
推送状态
</span>
<span
class=
"pub-span"
style=
"margin-left: 10px;"
>
推送状态
</span>
<select
class=
"form-control selectpicker"
v-model=
"clzt_select"
v-on:change=
"getChange_tszt()"
>
<select
class=
"form-control selectpicker"
v-model=
"clzt_select"
v-on:change=
"getChange_tszt()"
>
<option
value=
"9"
>
待推送
</option>
<option
value=
"9"
>
待推送
</option>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment