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
faafef7e
Commit
faafef7e
authored
Oct 19, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://git.pseer.com:8800/platform/hg-smart
into dev-ly
parents
72f66588
3097bcfc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
ServiceHGSC101.java
.../java/com/baosight/hggp/hg/sc/service/ServiceHGSC101.java
+6
-4
ServiceHGWD005.java
.../java/com/baosight/hggp/hg/wd/service/ServiceHGWD005.java
+6
-4
No files found.
src/main/java/com/baosight/hggp/hg/sc/service/ServiceHGSC101.java
View file @
faafef7e
...
...
@@ -208,10 +208,12 @@ public class ServiceHGSC101 extends ServiceEPBase {
// 设计来源
dbSc001
.
setProjectSource
(
getProjectSource
(
dcContract
.
getDesignSource
()));
dbSc001
.
setContractNo
(
dcContract
.
getHtid
());
dbSc001
.
setRecCreator
(
"System"
);
dbSc001
.
setRecCreateTime
(
DateUtils
.
shortDateTime
());
dbSc001
.
setRecRevisor
(
"System"
);
dbSc001
.
setRecReviseTime
(
DateUtils
.
shortDateTime
());
dbSc001
.
setCreatedBy
(
"System"
);
dbSc001
.
setCreatedName
(
"System"
);
dbSc001
.
setCreatedTime
(
DateUtils
.
shortDateTime
());
dbSc001
.
setUpdatedBy
(
"System"
);
dbSc001
.
setUpdatedName
(
"System"
);
dbSc001
.
setUpdatedTime
(
DateUtils
.
shortDateTime
());
DaoBase
.
getInstance
().
insert
(
HGSC001
.
INSERT
,
dbSc001
);
}
...
...
src/main/java/com/baosight/hggp/hg/wd/service/ServiceHGWD005.java
View file @
faafef7e
...
...
@@ -145,10 +145,12 @@ public class ServiceHGWD005 extends ServiceEPBase {
dbWd005
.
setUnit
(
dcProductList
.
getUnit
());
dbWd005
.
setClassify
(
dcProductList
.
getFenlei
());
dbWd005
.
setDeleteFlag
(
DeleteFlagEnum
.
UN_REMOVE
.
getCode
());
dbWd005
.
setRecCreator
(
"System"
);
dbWd005
.
setRecCreateTime
(
DateUtils
.
shortDateTime
());
dbWd005
.
setRecRevisor
(
"System"
);
dbWd005
.
setRecReviseTime
(
DateUtils
.
shortDateTime
());
dbWd005
.
setCreatedBy
(
"System"
);
dbWd005
.
setCreatedName
(
"System"
);
dbWd005
.
setCreatedTime
(
DateUtils
.
shortDateTime
());
dbWd005
.
setUpdatedBy
(
"System"
);
dbWd005
.
setUpdatedName
(
"System"
);
dbWd005
.
setUpdatedTime
(
DateUtils
.
shortDateTime
());
DaoBase
.
getInstance
().
insert
(
HGWD005
.
INSERT
,
dbWd005
);
}
else
{
Map
updateMap
=
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