- 支持按物料类别层级结构查询,使用LIKE匹配前缀实现子类别检索 - 新增UNION ALL查询机制,合并直接绑定物料和通过物料类别绑定的物料 - 集成qms_qc_material_category表的ltree层次关系,支持类别树形结构展开 - 完善物料类别绑定逻辑,通过parent_tree <@匹配获取子孙类别下的所有物料 - 优化查询排序字段,统一使用material_id进行排序 - 更新SQL注释文档,详细说明两路数据源合并逻辑和类别层级匹配机制 |
||
|---|---|---|
| .qoder/repowiki/zh | ||
| nflg-qms-admin | ||
| nflg-qms-pdf-extract | ||
| 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 | ||
| .apifox-helper.properties | ||
| .gitignore | ||
| lombok.config | ||
| pom.xml | ||
| readme.md | ||
readme.md
需要安装的软件
wkhtmltoimage
用于将HTML转为图片,打印标签需要
- CentOS 7
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
- AlmaLinux 9
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox-0.12.6.1-2.almalinux9.x86_64.rpm
yum localinstall wkhtmltox-0.12.6.1-2.almalinux9.x86_64.rpm