物料管理 查询添加条件 oms-gw推送-物料管理 推送更新状态

This commit is contained in:
zhaoqing
2026-05-09 19:33:36 +08:00
parent 18f4f96359
commit 424621143d
4 changed files with 37 additions and 4 deletions
@@ -104,6 +104,6 @@ public interface WmsServiceFeign {
@PostMapping("/materialBaseInfoApi/updatePushStatus")
public AjaxResult<?> updateMaterialPushStatus(@RequestParam("materialBaseInfoId") Long materialBaseInfoId,
@RequestParam("pushStatus") Integer pushStatus,
@RequestParam("pushTime") String pushTime,
@RequestParam("pushBy") Long pushBy);
@RequestParam(value = "pushTime",required = false) String pushTime,
@RequestParam(value = "pushBy",required = false) Long pushBy);
}