- 在OutAssistanceSearchQO中新增matnr物料号字段和ids列表字段 - 添加@JsonIgnore注解忽略ids字段的序列化 - 在WmsOutAssistanceMapper.xml中实现ids条件查询逻辑 - 当ids为空时设置条件为false,非空时进行in查询 - 在WmsOutAssistanceServiceImpl中实现物料号搜索功能 - 通过物料号关联查询对应的订单ID列表进行过滤 - 使用StrUtil工具类进行字符串非空判断 |
||
|---|---|---|
| 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