物料管理 查询添加条件 oms-gw推送-物料管理 推送更新状态
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user