Browse Source

上架单修改问题

master
fanzongzhe 12 months ago
parent
commit
a43adaf2db
  1. 2
      yxt-wms-biz/src/main/java/com/yxt/wms/biz/inventory/wmsshelfbill/WmsShelfBillService.java

2
yxt-wms-biz/src/main/java/com/yxt/wms/biz/inventory/wmsshelfbill/WmsShelfBillService.java

@ -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());

Loading…
Cancel
Save