You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zangch@mesnac.com b22ed8f6af fix(sql): 修复数据库查询中的FIND_IN_SET函数兼容性问题
- 将BaseBomInfoMapper.xml中的FIND_IN_SET替换为INSTR函数以提高数据库兼容性
- 更新DataScopeAspect.java中部门数据权限查询的FIND_IN_SET为INSTR函数
- 修改OrderBomInfoMapper.xml中子级BOM查询的FIND_IN_SET函数
- 替换SysDeptMapper.xml中部门层级查询的FIND_IN_SET为INSTR函数
- 更新SysUserMapper.xml中用户查询的部门层级条件为INSTR函数
- 移除所有XML映射文件末尾多余的空行以保持代码整洁
3 days ago
..
src/main fix(sql): 修复数据库查询中的FIND_IN_SET函数兼容性问题 3 days ago
andon.md docs(andon): 更新安灯管理系统文档 2 months ago
pom.xml add - 报表模块 2 years ago