feat: 修改license模块表名前缀
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user