- 提取当前用户和时间,统一设置记录创建信息 - 批量保存和更新检验项,提升数据库操作效率 - 批量保存和更新样本数据,避免重复调用单条保存 - 使用集合分别存储新增和更新的数据,简化数据处理流程 refactor(material-sync): 优化物料同步逻辑和查询性能 - 过滤物料类别编码为空的记录并去重物料列表 - 分批查询数据库,避免SQL语句中IN子句过长 - 批量处理新增和更新的物料数据,提升同步效率 - 详细记录新增和更新的物料数量日志信息 - 优化异常处理,返回包含异常信息的失败结果 |
||
|---|---|---|
| .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