feat: 修改license模块表名前缀

This commit is contained in:
caiyuchao
2025-07-16 14:26:53 +08:00
parent b17835039e
commit 5548e00bda
7 changed files with 21 additions and 17 deletions

View File

@@ -3,7 +3,7 @@
<mapper namespace="org.agt.module.license.dal.mysql.project.ProjectMapper">
<select id="selectMaxCode" resultType="Integer">
SELECT max(`code` + 0) from lic_project;
SELECT max(`code` + 0) from crm_project;
</select>
</mapper>