- 在导入质检物料时检查物料编号+图号版本号的联合主键是否存在重复 - 新增buildCompositeKey方法用于构建联合主键字符串,便于重复检测 - 新增findByCompositeKey方法根据联合主键查询物料,替换原查询逻辑 - 修改导入DTO,新增QmsQcMaterialImportDTO类并完善注释 - 调整导出DTO中图号版本号字段注释,明确其作为联合主键且可为空 - 规范错误信息设置,明确指出Excel中存在重复的联合主键组合情况 |
||
|---|---|---|
| .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 | ||
| .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