Commit e9d840c8 by liuyang

2024-06-11 库存盘点单

parent 811f2fe1
...@@ -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
......
...@@ -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(HGSqlConstant.HGKC010.UPDATE_INV, dbKc010); DaoUtils.update(HGKC010.UPDATE_INV, dbKc010);
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment