Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -257,7 +257,7 @@ public class ReplenishmentOrderController extends DefaultBaseController { |
| 257 | 257 | } |
| 258 | 258 | |
| 259 | 259 | @ApiOperation("回去补回单编号") |
| 260 | - @PostMapping("/getCode") | |
| 260 | + @GetMapping("/getCode") | |
| 261 | 261 | public InvokeResult<String> getCode(@NotBlank(message = "订货单ID不可为空!") String purchaseOrderId) { |
| 262 | 262 | PurchaseOrderInfo purchaseOrderInfo = purchaseOrderInfoService.findById(purchaseOrderId); |
| 263 | 263 | if (purchaseOrderInfo == null) { | ... | ... |