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
020a6314
Commit
020a6314
authored
Aug 30, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-08-30 发货单添加是否扣款和扣款方字段
parent
35e0f15b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
ServiceHGWD001.java
.../java/com/baosight/hggp/hg/wd/service/ServiceHGWD001.java
+1
-1
No files found.
src/main/java/com/baosight/hggp/hg/wd/service/ServiceHGWD001.java
View file @
020a6314
...
...
@@ -233,7 +233,7 @@ public class ServiceHGWD001 extends ServiceEPBase {
AssertUtils
.
isEmpty
(
hgwd099s
,
String
.
format
(
"未找到[%s]对应的附件,请检查!"
,
ndocId
));
HGWD099
hgwd099
=
hgwd099s
.
get
(
0
);
HGWD001
hgwd001
=
HGWDTools
.
HgWd001
.
get
(
hgwd099
.
getBizId
());
//
this.interaction(hgwd001, hgwd099.getDocName(), resultRow.get(HGWD099.FIELD_DOC_NAME).toString());
this
.
interaction
(
hgwd001
,
hgwd099
.
getDocName
(),
resultRow
.
get
(
HGWD099
.
FIELD_DOC_NAME
).
toString
());
if
(
hgwd001
!=
null
)
{
HGWD001A
hgwd001a
=
initHgwd001a
(
hgwd001
,
hgwd099
,
ChangeTypeEnum
.
UPLOAD_UPDATE
.
getCode
());
hgwd001a
.
setChangeEndCode
(
resultRow
.
get
(
HGWD099
.
FIELD_DOC_ID
).
toString
());
...
...
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