|
|
@ -737,7 +737,7 @@ public class WmsShelfBillService extends MybatisBaseService<WmsShelfBillMapper, |
|
|
|
} |
|
|
|
String n = String.valueOf(count.intValue()); |
|
|
|
String c = String.valueOf(acCount.intValue()); |
|
|
|
appRecordListVo.setCount(n + "/" + c); |
|
|
|
appRecordListVo.setCount(c + "/" + n); |
|
|
|
} |
|
|
|
List<AppRecordListVo.AppRecordListDetailsDto> detailsList = new ArrayList<>(); |
|
|
|
List<WmsInventoryRecord> wmsInventoryRecordList = wmsInventoryRecordService.selBySourceSidAndSkuCode(sid, record.getGoodsSkuCode()); |
|
|
|