- 新增 BasdeSerialNumberControllerService 服务,实现序列号生成和重试机制 - 修改 IncomingInspectionTaskOverdueProcessor 处理逻辑,查询逾期任务列表后逐条处理 - 为每个逾期任务发送提醒消息给部门负责人,包含唯一序列号编码 - 完善异常及空值检查,确保质检人员、用户和部门信息完整 - 批量更新逾期任务状态为已逾期,保证数据一致性 - 增加日志打印,方便跟踪逾期任务处理流程和结果 |
||
|---|---|---|
| .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