- 新增依赖注入 IFileUploadRecordService 用于文件上传记录管理 - 注释掉来料检验任务检验记录的查询方法,暂时停止使用该方法 - 优化检验数据图片字段处理,保存时存储图片ID逗号分隔字符串 - 查询时根据图片ID列表查询文件详细信息并映射为 FileUploadVO 对象列表 - 更新相关实体及数据传输对象,图片字段由字符串列表改为 FileUploadVO 对象列表 - 调整导入语句,统一通配符导入 VO 包,添加注解 @Qualifier - 修改图片列表字段注释,更准确描述为图片ID列表 |
||
|---|---|---|
| .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