- 新增接口createAndQueryPdiTicket,实现PDI工单创建及任务不合格检测项查询并返回 - 优化工单处理记录添加逻辑,支持按处理人分组异步新增处理记录并推送待办 - 防止针对同一任务重复创建工单,改为抛出异常提示使用追加记录接口 - 持久层查询改进,支持返回工单ID及状态判定,新增状态3表示未发起工单状态 - 将工单状态为“待流转”时自动更新为“处理中” - 修改请求及响应类,支持处理人列表和不合格检测项的结构化管理 - 完善事件描述自动拼接逻辑,整合所有不合格检测项内容作为事件说明 |
||
|---|---|---|
| .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转为图片,打印标签需要
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