fix:MES推送投料记录

This commit is contained in:
zhaoyf
2026-08-10 17:42:41 +08:00
parent 0cc435ad04
commit 679a8e0640

View File

@@ -197,6 +197,6 @@ public class MesToWmsController {
@Log("MES推送扣料清单") @Log("MES推送扣料清单")
public ResponseEntity<Object> pushFeedingBill(@RequestBody FeedingRecordPushDto param) { public ResponseEntity<Object> pushFeedingBill(@RequestBody FeedingRecordPushDto param) {
feedingRecordService.pushFeedingBill(param); feedingRecordService.pushFeedingBill(param);
return null; return ResponseData.build();
} }
} }