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
e9d840c8
Commit
e9d840c8
authored
Jun 12, 2024
by
liuyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2024-06-11 库存盘点单
parent
811f2fe1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
30 deletions
+1
-30
HGSqlConstant.java
...ain/java/com/baosight/hggp/hg/constant/HGSqlConstant.java
+0
-29
HGKCUtils.java
src/main/java/com/baosight/hggp/hg/kc/utils/HGKCUtils.java
+1
-1
No files found.
src/main/java/com/baosight/hggp/hg/constant/HGSqlConstant.java
View file @
e9d840c8
...
@@ -106,15 +106,12 @@ public class HGSqlConstant {
...
@@ -106,15 +106,12 @@ public class HGSqlConstant {
* @author:songx
* @author:songx
* @date:2024/1/20,16:45
* @date:2024/1/20,16:45
*/
*/
/*public class HgKc003 {
public
class
HGKC003
{
public
class
HGKC003
{
// 模块名称
// 模块名称
private
static
final
String
MODULE_NAME
=
"HGKC003."
;
private
static
final
String
MODULE_NAME
=
"HGKC003."
;
// 锁
// 锁
public
static
final
String
LOCK
=
MODULE_NAME
+
"lock"
;
public
static
final
String
LOCK
=
MODULE_NAME
+
"lock"
;
}*/
// 统计
// 统计
public
static
final
String
STAT_DATE
=
"HGKC003.statDate"
;
public
static
final
String
STAT_DATE
=
"HGKC003.statDate"
;
...
@@ -202,20 +199,6 @@ public class HGSqlConstant {
...
@@ -202,20 +199,6 @@ public class HGSqlConstant {
}
}
/**
/**
* HGKC003 SQL 定义
*
* @author:songx
* @date:2024/1/20,16:45
*/
public
class
HGKC003
{
// 统计
public
static
final
String
STAT_DATE
=
"HGKC003.statDate"
;
// 锁
public
static
final
String
LOCK
=
"HGKC003.lock"
;
}
/**
* HGKC004 SQL 定义
* HGKC004 SQL 定义
*
*
* @author:songx
* @author:songx
...
@@ -384,18 +367,6 @@ public class HGSqlConstant {
...
@@ -384,18 +367,6 @@ public class HGSqlConstant {
}
}
/**
/**
* HGKC011 SQL 定义
*
* @author:songx
* @date:2024/1/20,16:45
*/
public
class
HGKC011
{
// 锁
public
static
final
String
LOCK
=
"HGKC011.lock"
;
}
/**
* HGKC011A SQL 定义
* HGKC011A SQL 定义
*
*
* @author:songx
* @author:songx
...
...
src/main/java/com/baosight/hggp/hg/kc/utils/HGKCUtils.java
View file @
e9d840c8
...
@@ -336,7 +336,7 @@ public class HGKCUtils {
...
@@ -336,7 +336,7 @@ public class HGKCUtils {
dbKc010
.
setInvQty
(
newQty
);
dbKc010
.
setInvQty
(
newQty
);
dbKc010
.
setInvWeight
(
newWeight
);
dbKc010
.
setInvWeight
(
newWeight
);
dbKc010
.
setInvUnitWeight
(
newUnitWeight
);
dbKc010
.
setInvUnitWeight
(
newUnitWeight
);
DaoUtils
.
update
(
HG
SqlConstant
.
HG
KC010
.
UPDATE_INV
,
dbKc010
);
DaoUtils
.
update
(
HGKC010
.
UPDATE_INV
,
dbKc010
);
}
}
/**
/**
...
...
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