- 只创建工单主表,不创建处理明细,避免重复插入 - 查询任务记录及检测规则,校验数据完整性 - 判断是否已存在工单,避免重复创建并抛出异常提示 - 根据检测类型生成工单标题,提升信息准确性 - 汇总所有不合格项生成事件描述,便于问题追踪 - 统计不合格项数量赋值工单主表字段 - 调用编号生成服务生成唯一工单编号 - 异步新增工单处理记录并推送待办任务 - 返回工单ID、工单编号及不合格检测项列表 |
||
|---|---|---|
| .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