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
d2c741ee
Commit
d2c741ee
authored
May 09, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.sql名称错误
parent
2fb06e8c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletions
+19
-1
HGSqlConstant.java
...ain/java/com/baosight/hggp/hg/constant/HGSqlConstant.java
+19
-1
No files found.
src/main/java/com/baosight/hggp/hg/constant/HGSqlConstant.java
View file @
d2c741ee
...
@@ -7,6 +7,24 @@ package com.baosight.hggp.hg.constant;
...
@@ -7,6 +7,24 @@ package com.baosight.hggp.hg.constant;
public
class
HGSqlConstant
{
public
class
HGSqlConstant
{
/**
/**
* HGCG001 SQL 定义
*
* @author:songx
* @date:2024/1/20,16:45
*/
public
class
HgCg001
{
// 模块名称
private
static
final
String
MODULE_NAME
=
"HGCG001."
;
// 锁
public
static
final
String
LOCK
=
MODULE_NAME
+
"lock"
;
// 修改采购信息
public
static
final
String
UPDATE_PUR
=
MODULE_NAME
+
"updatePur"
;
// 修改审核信息
public
static
final
String
UPDATE_AUDIT
=
MODULE_NAME
+
"updateAudit"
;
}
/**
* HPKC001 SQL 定义
* HPKC001 SQL 定义
*
*
* @author:songx
* @author:songx
...
@@ -402,7 +420,7 @@ public class HGSqlConstant {
...
@@ -402,7 +420,7 @@ public class HGSqlConstant {
public
class
HgXsUser
{
public
class
HgXsUser
{
// 根据组织查询
// 根据组织查询
public
static
final
String
QUERY_BY_ORG
=
"HGXSUser
Group
.queryByOrg"
;
public
static
final
String
QUERY_BY_ORG
=
"HGXSUser.queryByOrg"
;
}
}
/**
/**
...
...
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