Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Z
zhmes-agecal
Project
Project
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
耿迪迪
zhmes-agecal
Commits
01101760
Commit
01101760
authored
Dec 04, 2025
by
wanghao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1 MES上传调整
parent
f62d9182
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
1 deletion
+20
-1
addSql.sql
sql/addSql.sql
+20
-1
No files found.
sql/addSql.sql
View file @
01101760
...
...
@@ -4,3 +4,22 @@ CREATE TABLE `t_process_calibration_result_history` (
`f_message`
LONGTEXT
DEFAULT
NULL
COMMENT
'内容'
,
PRIMARY
KEY
(
`f_id`
)
USING
BTREE
)
ENGINE
=
INNODB
DEFAULT
CHARSET
=
utf8mb4
ROW_FORMAT
=
DYNAMIC
COMMENT
=
'标定结果数据接收历史记录'
;
http
:
//
36
.
138
.
180
.
82
:
8087
/
mes
/
pcba
/
devices
/
acceptAgingCalibrationResults
[
{
"motherboardCode"
:
"PCBA2512010866"
,
"concentration"
:
"0.23"
,
"deviceStatus"
:
"1"
,
"realTimeAd"
:
0
.
13
,
"realTimeStatus"
:
"1"
,
"calibrationConcentration"
:
10
,
"calibrationConcentrationStatus"
:
"3"
,
"writeTimeStatus"
:
"1"
,
"runTimeStatus"
:
"0"
,
"recordYear"
:
"2025"
,
"recordMonth"
:
"11"
,
"recordDate"
:
"12"
,
"recordHour"
:
"13"
,
"recordMinute"
:
"14"
}
]
\ No newline at end of file
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