自动化立体仓库 - WMS系统
chen.lin
5 天以前 055743022694b6fc1bb1864137e0c81b6ea658c5
src/main/java/com/zy/nc/service/impl/NccSaleXsfhmxWmsServiceImpl.java
@@ -18,7 +18,7 @@
        implements NccSaleXsfhmxWmsService {
    @Override
    public List<String> selectXsfh() {
        return this.baseMapper.selectXsfh();
    public List<String> selectXsfh(List<String> ids) {
        return this.baseMapper.selectXsfh(ids);
    }
}