1
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user