This commit is contained in:
van
2026-04-10 17:18:03 +08:00
parent c50975bce5
commit 24cf538475

View File

@@ -53,7 +53,7 @@ public class ErpProductController extends BaseController
*/
@PreAuthorize("@ss.hasPermi('jarvis:erpProduct:export')")
@Log(title = "闲鱼商品", businessType = BusinessType.EXPORT)
@GetMapping("/export")
@PostMapping("/export")
public AjaxResult export(ErpProduct erpProduct)
{
List<ErpProduct> list = erpProductService.selectErpProductList(erpProduct);