Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
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
platform
hg-smart
Commits
00b26146
Commit
00b26146
authored
Nov 20, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复物料清单来源类型默认为加工,设备日志添加新增接口
parent
cac4cbc1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
+12
-1
ServiceHGSB010.java
.../java/com/baosight/hggp/hg/sb/service/ServiceHGSB010.java
+11
-0
HGSC004A.java
src/main/java/com/baosight/hggp/hg/sc/domain/HGSC004A.java
+1
-1
No files found.
src/main/java/com/baosight/hggp/hg/sb/service/ServiceHGSB010.java
View file @
00b26146
...
@@ -213,4 +213,15 @@ public class ServiceHGSB010 extends ServiceEPBase {
...
@@ -213,4 +213,15 @@ public class ServiceHGSB010 extends ServiceEPBase {
}
}
return
inInfo
;
return
inInfo
;
}
}
@Override
public
EiInfo
insert
(
EiInfo
inInfo
)
{
List
<
HGSB010
>
resultRows
=
MapUtils
.
toDaoEPBases
(
inInfo
,
HGSB010
.
class
);
for
(
HGSB010
hgsb010:
resultRows
)
{
hgsb010
.
setEquipmentType
(
"STARUS_TYPE"
);
DaoUtils
.
insert
(
HGSB010
.
INSERT
,
hgsb010
);
}
return
super
.
insert
(
inInfo
);
}
}
}
src/main/java/com/baosight/hggp/hg/sc/domain/HGSC004A.java
View file @
00b26146
...
@@ -163,7 +163,7 @@ public class HGSC004A extends DaoEPBase {
...
@@ -163,7 +163,7 @@ public class HGSC004A extends DaoEPBase {
private
String
updatedBy
=
" "
;
/* 更新人*/
private
String
updatedBy
=
" "
;
/* 更新人*/
private
String
updatedName
=
" "
;
/* 修改人名称*/
private
String
updatedName
=
" "
;
/* 修改人名称*/
private
String
updatedTime
=
" "
;
/* 更新时间*/
private
String
updatedTime
=
" "
;
/* 更新时间*/
private
Integer
inventSource
;
/* 物料来源 1加工 2外购*/
private
Integer
inventSource
=
0
;
/* 物料来源 1加工 2外购*/
@ExcelAnno
(
index
=
4
)
@ExcelAnno
(
index
=
4
)
private
String
material
=
" "
;
/* 材质*/
private
String
material
=
" "
;
/* 材质*/
@ExcelAnno
(
index
=
11
)
@ExcelAnno
(
index
=
11
)
...
...
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