自动化立体仓库 - WMS系统
#
lty
8 天以前 22e19afee228c3ecbb41ac8115163063f572e51f
src/main/java/com/zy/asrs/service/impl/WrkMastLogServiceImpl.java
@@ -16,6 +16,7 @@
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.List;
import java.util.Map;
import java.util.Objects;
@@ -58,4 +59,9 @@
        return R.ok(page);
    }
    @Override
    public List<InventoryFlowDto> inventoryFlowAll(Map<String, Object> param) {
        return this.baseMapper.inventoryFlowAll(param);
    }
}