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
9ad02c5c
Commit
9ad02c5c
authored
Oct 14, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修复生产领料提交BUG,主状态未变更问题
parent
698e7457
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
HGKCTools.java
src/main/java/com/baosight/hggp/hg/kc/tools/HGKCTools.java
+5
-5
No files found.
src/main/java/com/baosight/hggp/hg/kc/tools/HGKCTools.java
View file @
9ad02c5c
...
...
@@ -966,7 +966,7 @@ public class HGKCTools {
}
Map
paramMap
=
new
HashMap
();
paramMap
.
put
(
"applyCodes"
,
applyCodes
);
Dao
Base
.
getInstance
()
.
update
(
HgKcSqlConst
.
HgKc008
.
LOCK
,
paramMap
);
Dao
Utils
.
update
(
HgKcSqlConst
.
HgKc008
.
LOCK
,
paramMap
);
}
/**
...
...
@@ -981,7 +981,7 @@ public class HGKCTools {
}
Map
paramMap
=
new
HashMap
();
paramMap
.
put
(
"ids"
,
ids
);
Dao
Base
.
getInstance
()
.
update
(
HgKcSqlConst
.
HgKc008
.
LOCK
,
paramMap
);
Dao
Utils
.
update
(
HgKcSqlConst
.
HgKc008
.
LOCK
,
paramMap
);
}
/**
...
...
@@ -997,7 +997,7 @@ public class HGKCTools {
Map
paramMap
=
new
HashMap
();
paramMap
.
put
(
HGKC008
.
FIELD_APPLY_CODE
,
applyCode
);
paramMap
.
put
(
HGKC008
.
FIELD_STATUS
,
status
);
Dao
Base
.
getInstance
()
.
update
(
HgKcSqlConst
.
HgKc008
.
UPDATE_STATUS
,
paramMap
);
Dao
Utils
.
update
(
HgKcSqlConst
.
HgKc008
.
UPDATE_STATUS
,
paramMap
);
}
public
static
HGKC008
getById
(
Long
id
)
{
...
...
@@ -1144,7 +1144,7 @@ public class HGKCTools {
Map
paramMap
=
new
HashMap
();
paramMap
.
put
(
HGKC008A
.
FIELD_APPLY_LINE_CODE
,
applyLineCode
);
paramMap
.
put
(
HGKC008A
.
FIELD_STATUS
,
status
);
Dao
Base
.
getInstance
()
.
update
(
HgKcSqlConst
.
HgKc008A
.
UPDATE_STATUS
,
paramMap
);
Dao
Utils
.
update
(
HgKcSqlConst
.
HgKc008A
.
UPDATE_STATUS
,
paramMap
);
}
/**
...
...
@@ -1160,7 +1160,7 @@ public class HGKCTools {
Map
paramMap
=
new
HashMap
();
paramMap
.
put
(
HGKC008A
.
FIELD_APPLY_LINE_CODE
,
applyLineCode
);
paramMap
.
put
(
HGKC008A
.
FIELD_STATUS
,
status
);
Dao
Base
.
getInstance
()
.
update
(
HgKcSqlConst
.
HgKc008A
.
UPDATE_STATUS
,
paramMap
);
Dao
Utils
.
update
(
HgKcSqlConst
.
HgKc008A
.
UPDATE_STATUS
,
paramMap
);
}
/**
...
...
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