Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wsmonitor_sql
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
宋鹏博
wsmonitor_sql
Commits
2bc127aa
Commit
2bc127aa
authored
Mar 20, 2025
by
宋鹏博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
f6b903bf
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
8 deletions
+1
-8
cutils.py
common/cutils.py
+1
-8
No files found.
common/cutils.py
View file @
2bc127aa
...
...
@@ -59,11 +59,4 @@ def ws_error(minute, error_answer_list=error_answer):
print
(
"结束"
)
if
__name__
==
'__main__'
:
data
=
DButils
()
.
select_sql
(
f
"select emp_id,content,id from aicaptain.message_record mr WHERE create_time > NOW() - INTERVAL 100 minute "
f
"and id=1895017692240617472 limit 1; "
)
if
"true"
or
"false"
in
data
[
0
][
1
]:
dirt
=
data
[
0
][
1
]
.
replace
(
"true"
,
"True"
)
.
replace
(
"false"
,
"False"
)
d
=
ast
.
literal_eval
(
dirt
)
print
(
d
.
get
(
"msgContentList"
)[
1
]
.
get
(
"data"
)
.
get
(
"reviewReportRecordId"
))
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