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
e6268855
Commit
e6268855
authored
Aug 04, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-08-02 新增物料清单详情按照层级导入
parent
b3e323f3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
HGSCTools.java
src/main/java/com/baosight/hggp/hg/sc/tools/HGSCTools.java
+1
-1
No files found.
src/main/java/com/baosight/hggp/hg/sc/tools/HGSCTools.java
View file @
e6268855
...
...
@@ -337,7 +337,7 @@ public class HGSCTools {
hgsc004a
.
setMaterialId
(
results
.
get
(
0
).
getId
());
checkSaveData
(
hgsc004a
);
}
else
if
(
hgsc004a
.
getLv
()==
4
){
if
(
hgsc004a
.
getParentProdCode
().
length
()==
0
){
if
(
hgsc004a
.
getParentProdCode
().
trim
().
length
()==
0
){
AssertUtils
.
isTrue
(
true
,
"层级为4级,父节点-产品编号不能为空!"
);
}
Map
<
String
,
Object
>
paramMap
=
new
HashMap
<>();
...
...
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