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
d6c4aa2e
Commit
d6c4aa2e
authored
Sep 04, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改状态
parent
6659c47e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
+15
-1
HgCgSqlConst.java
...n/java/com/baosight/hggp/hg/cg/constant/HgCgSqlConst.java
+13
-0
ServiceHGCG003.java
.../java/com/baosight/hggp/hg/cg/service/ServiceHGCG003.java
+2
-1
No files found.
src/main/java/com/baosight/hggp/hg/cg/constant/HgCgSqlConst.java
View file @
d6c4aa2e
...
...
@@ -7,6 +7,19 @@ package com.baosight.hggp.hg.cg.constant;
public
class
HgCgSqlConst
{
/**
*
* @author:songx
* @date:2024/9/4,11:22
*/
public
class
HgCg003
{
// 模块名称:HGCW003
private
static
final
String
MODULE_NAME
=
"HGCG003."
;
// 修改状态
public
static
final
String
UPDATE_STATUS
=
MODULE_NAME
+
"updateStatus"
;
}
/**
* @author:songx
* @date:2024/8/30,16:25
*/
...
...
src/main/java/com/baosight/hggp/hg/cg/service/ServiceHGCG003.java
View file @
d6c4aa2e
...
...
@@ -5,6 +5,7 @@ import com.baosight.hggp.common.DdynamicEnum;
import
com.baosight.hggp.core.dao.DaoUtils
;
import
com.baosight.hggp.core.enums.DeleteFlagEnum
;
import
com.baosight.hggp.core.security.UserSessionUtils
;
import
com.baosight.hggp.hg.cg.constant.HgCgSqlConst
;
import
com.baosight.hggp.hg.cg.domain.*
;
import
com.baosight.hggp.hg.cg.tools.HGCGTools
;
import
com.baosight.hggp.hg.cg.utils.HGCGUtils
;
...
...
@@ -343,7 +344,7 @@ public class ServiceHGCG003 extends ServiceBase {
hgcg003
.
fromMap
(
map
);
HGCG003
old
=
HGCGTools
.
HgCg003
.
get
(
hgcg003
.
getId
());
hgcg003
.
setReceiveNo
(
old
.
getReceiveNo
());
DaoUtils
.
update
(
H
GCG
003
.
UPDATE_STATUS
,
hgcg003
);
DaoUtils
.
update
(
H
gCgSqlConst
.
HgCg
003
.
UPDATE_STATUS
,
hgcg003
);
this
.
putInStorageData
(
old
);
}
inInfo
.
setStatus
(
EiConstant
.
STATUS_SUCCESS
);
...
...
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