- 将submit方法添加事务注解,确保操作原子性 - 移除控制器层多余的@Transactional注解,精简代码结构 - 修改回调调用方式,去除多余参数,简化接口调用 - 在WmsIncomingInspectionTaskCallbackService中增强回调处理逻辑 - 根据检验结果动态处理回调,避免重复回调 - 新增基于工单状态自动获取处理结果的处理路径 - 修正任务查询SQL,增加detection_qty字段数据支持 - 初始化QmsIncomingInspectionTaskVO已检数量字段防止空指针 |
||
|---|---|---|
| .qoder/repowiki/zh | ||
| 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 | ||
| .apifox-helper.properties | ||
| .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