- 将方法名 IncomingApply 重命名为 incomingApply,遵循驼峰命名规范 - 将方法名 CalculatedAqlType 重命名为 calculatedAqlType,遵循驼峰命名规范 - 修复任务创建时物料ID和检验标准ID设置错误的问题 - 改进AQL查找逻辑,使用orElseThrow替代get避免空指针异常 - 使用检验项目名称而非编码进行匹配,提高准确性 - 修正转办检查中的状态判断逻辑 - 实现事务同步机制确保异步回调在事务提交后执行 - 优化文件上传记录查询,避免N+1查询性能问题 - 移除事务包装确保回调结果更新不会被回滚 - 添加回调结果更新保护机制防止成功状态被覆盖 |
||
|---|---|---|
| .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