- 清理任务记录Service中示例图ID到URL的转换逻辑,改为直接使用refactor(pdi-statusURL - 修改Controller中异常抛出类型,统一抛Exception --item 引入文件上传服务和): 修改inspectionImage字段类型为字符串并更新相关处理逻辑 -相关工具类处理图片上传与路径生成 将QmsPdiDetectionRulesStatusItem及相关DTO中inspectionImage字段由Long改为String类型 - 修改导出及导入逻辑以适应inspectionImage为URL字符串的变化 - 优化导入流程,支持识别Excel中图片公式并上传图片获取URL - 清理旧有根据ID查询文件记录并转换为URL的逻辑,直接使用inspectionImage字段的URL - 调整接口和服务层异常及参数类型,提升导入文件安全性和灵活性 - 更新Excel导出模板示例中的inspectionImage示例数据为字符串格式 |
||
|---|---|---|
| .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