Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
middleware-automatic
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
shenjunjie
middleware-automatic
Commits
299de565
Commit
299de565
authored
Dec 02, 2024
by
shentao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024/12/02 补充version打印
parent
f79db2aa
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletions
+17
-1
middleware-automatic-center-client/src/main/java/com/zhiwei/middleware/automatic/server/pojo/CidRecord.java
+16
-0
middleware-automatic-center-son/src/main/java/com/zhiwei/middleware/automatic/son/task/service/TaskServiceCidRecord.java
+1
-1
No files found.
middleware-automatic-center-client/src/main/java/com/zhiwei/middleware/automatic/server/pojo/CidRecord.java
View file @
299de565
...
@@ -101,4 +101,20 @@ public class CidRecord {
...
@@ -101,4 +101,20 @@ public class CidRecord {
public
void
setCid
(
Long
cid
)
{
public
void
setCid
(
Long
cid
)
{
this
.
cid
=
cid
;
this
.
cid
=
cid
;
}
}
@Override
public
String
toString
()
{
return
"CidRecord{"
+
"id='"
+
id
+
'\''
+
", c4="
+
c4
+
", c5="
+
c5
+
", foreign="
+
foreign
+
", url='"
+
url
+
'\''
+
", time="
+
time
+
", ctime="
+
ctime
+
", stime="
+
stime
+
", esId='"
+
esId
+
'\''
+
", cid="
+
cid
+
",version=20241201}"
;
}
}
}
middleware-automatic-center-son/src/main/java/com/zhiwei/middleware/automatic/son/task/service/TaskServiceCidRecord.java
View file @
299de565
...
@@ -45,7 +45,7 @@ public class TaskServiceCidRecord extends AbstractTaskService {
...
@@ -45,7 +45,7 @@ public class TaskServiceCidRecord extends AbstractTaskService {
if
(!
test
)
{
if
(!
test
)
{
test
=
true
;
test
=
true
;
com
.
zhiwei
.
middleware
.
automatic
.
server
.
pojo
.
CidRecord
record
=
JSONObject
.
parseObject
(
s
,
com
.
zhiwei
.
middleware
.
automatic
.
server
.
pojo
.
CidRecord
.
class
);
com
.
zhiwei
.
middleware
.
automatic
.
server
.
pojo
.
CidRecord
record
=
JSONObject
.
parseObject
(
s
,
com
.
zhiwei
.
middleware
.
automatic
.
server
.
pojo
.
CidRecord
.
class
);
log
.
info
(
"日志打印,源数据:{},实体:{}
"
,
s
,
JSONObject
.
toJSONString
(
record
));
log
.
info
(
"日志打印,源数据:{},实体:{}
,version:{}"
,
s
,
JSONObject
.
toJSONString
(
record
),
record
.
toString
(
));
}
}
cidRecordDao
.
insert
(
cidRecord
);
cidRecordDao
.
insert
(
cidRecord
);
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
...
...
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