Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hp-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
hp-smart
Commits
26dc84e3
Commit
26dc84e3
authored
Apr 29, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-04-29 优化采购申请时,新增存货规格数据回调提交
parent
d96b334b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ServiceHPCG001.java
.../java/com/baosight/hpjx/hp/cg/service/ServiceHPCG001.java
+2
-2
No files found.
src/main/java/com/baosight/hpjx/hp/cg/service/ServiceHPCG001.java
View file @
26dc84e3
...
...
@@ -123,7 +123,7 @@ public class ServiceHPCG001 extends ServiceEPBase {
if
(
hpcg001
.
getId
()
==
null
||
hpcg001
.
getId
()
==
0
)
{
this
.
add
(
hpcg001
,
fPz006
);
}
else
{
this
.
modify
(
hpcg001
,
fPz006
);
this
.
modify
(
hpcg001
);
}
}
inInfo
.
setStatus
(
EiConstant
.
STATUS_DEFAULT
);
...
...
@@ -159,7 +159,7 @@ public class ServiceHPCG001 extends ServiceEPBase {
/**
* 修改操作
*/
public
void
modify
(
HPCG001
hpcg001
,
HPPZ006
fPz006
)
{
public
void
modify
(
HPCG001
hpcg001
)
{
// 计算重量
this
.
calcWeight
(
hpcg001
);
DaoUtils
.
update
(
HPCG001
.
UPDATE
,
hpcg001
);
...
...
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