- 为部门搜索接口添加showAll参数,支持显示全部部门包括禁用部门 - 部门服务层searchSimple方法新增showAll参数,支持过滤禁用状态 - 在部门启用状态更新时,新增逻辑批量禁用所有子部门及其关联用户 - 部门数据访问层实现中,添加disableWithChildren方法实现对子部门和用户的级联禁用 - 部门树形结构查询和简单信息查询中,增加对showAll参数的支持,控制是否过滤禁用数据 - 对方法调用链进行参数调整,确保新增showAll参数正确传递和处理 - 保持部门列表及子部门查询结果按ID升序排序,提高结果稳定性 |
||
|---|---|---|
| nflg-qms-admin | ||
| nflg-wms-admin | ||
| nflg-wms-auth | ||
| nflg-wms-common | ||
| nflg-wms-gateway | ||
| nflg-wms-repository | ||
| nflg-wms-scheduled | ||
| nflg-wms-shipment | ||
| nflg-wms-srm-receive | ||
| nflg-wms-starter | ||
| .gitignore | ||
| lombok.config | ||
| pom.xml | ||
| readme.md | ||
readme.md
需要安装的软件
- wkhtmltoimage
用于将HTML转为图片,打印标签需要
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-1/wkhtmltox-0.12.6-1.centos7.x86_64.rpm
yum localinstall wkhtmltox-0.12.6-1.centos7.x86_64.rpm