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
dc90b620
Commit
dc90b620
authored
Sep 11, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/dev' into dev
parents
8b889905
37cf42bb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
ServiceHGSC004A.java
...java/com/baosight/hggp/hg/sc/service/ServiceHGSC004A.java
+0
-1
HGSC004A.xml
src/main/java/com/baosight/hggp/hg/sc/sql/HGSC004A.xml
+0
-1
No files found.
src/main/java/com/baosight/hggp/hg/sc/service/ServiceHGSC004A.java
View file @
dc90b620
...
@@ -513,7 +513,6 @@ public class ServiceHGSC004A extends ServiceBase {
...
@@ -513,7 +513,6 @@ public class ServiceHGSC004A extends ServiceBase {
}
}
hgsc004AList
.
forEach
(
o
->{
hgsc004AList
.
forEach
(
o
->{
o
.
setProductStatus
(
HGConstant
.
ProductStatus
.
YTJ
);
o
.
setProductStatus
(
HGConstant
.
ProductStatus
.
YTJ
);
o
.
setApprovalStatus
(
HGConstant
.
WlApprovalStatu
.
S_1
);
});
});
DaoUtils
.
updateBatch
(
HGSC004A
.
UPDATE_PRODUCT_STATUS
,
hgsc004AList
);
DaoUtils
.
updateBatch
(
HGSC004A
.
UPDATE_PRODUCT_STATUS
,
hgsc004AList
);
}
}
...
...
src/main/java/com/baosight/hggp/hg/sc/sql/HGSC004A.xml
View file @
dc90b620
...
@@ -438,7 +438,6 @@
...
@@ -438,7 +438,6 @@
UPDATED_BY = #updatedBy#,
<!-- 更新人 -->
UPDATED_BY = #updatedBy#,
<!-- 更新人 -->
UPDATED_NAME = #updatedName#,
<!-- 更新人名称 -->
UPDATED_NAME = #updatedName#,
<!-- 更新人名称 -->
UPDATED_TIME = #updatedTime#,
<!-- 更新时间 -->
UPDATED_TIME = #updatedTime#,
<!-- 更新时间 -->
approval_status = #approvalStatus#,
PRODUCT_STATUS = #productStatus#
<!-- 产品状态 0:未提交,1:已提交 -->
PRODUCT_STATUS = #productStatus#
<!-- 产品状态 0:未提交,1:已提交 -->
WHERE
WHERE
ID = #id#
ID = #id#
...
...
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