定时任务仓库出租率散租调用wms服务出错bug

This commit is contained in:
zhou-hongcheng
2026-04-20 16:46:11 +08:00
parent 2b28b2793a
commit 2fa09050cc
@@ -7,6 +7,7 @@ import com.mhd.system.api.factory.RemoteWmsFallbackFactory;
import com.mhd.system.api.feign.FeignAutoConfiguration;
import io.swagger.annotations.ApiOperation;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.cloud.openfeign.SpringQueryMap;
import org.springframework.web.bind.annotation.*;
import java.util.List;
@@ -64,7 +65,7 @@ public interface WmsServiceFeign {
* 查询物料库存列表不分页
*/
@GetMapping("/materialInventoryApi/listAll")
public AjaxResult materialInventoryApiListAll(MaterialInventoryDTO materialInventoryDTO);
public AjaxResult materialInventoryApiListAll(@SpringQueryMap MaterialInventoryDTO materialInventoryDTO);
/**
* oms下发单保存