Commit d2c741ee by 宋祥

1.sql名称错误

parent 2fb06e8c
......@@ -7,6 +7,24 @@ package com.baosight.hggp.hg.constant;
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 定义
*
* @author:songx
......@@ -402,7 +420,7 @@ public class HGSqlConstant {
public class HgXsUser {
// 根据组织查询
public static final String QUERY_BY_ORG = "HGXSUserGroup.queryByOrg";
public static final String QUERY_BY_ORG = "HGXSUser.queryByOrg";
}
/**
......
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