This commit is contained in:
linfso 2024-12-20 15:01:13 +08:00
parent 8349994b82
commit dc26b6cabb

View File

@ -18,8 +18,8 @@ public interface IRpcStaffSvc {
* @param searchValue
* @return
*/
@GetMapping(value = "/apiweb/emisStaff/getSalesmenList")
public AjaxResult getSalesmenList(@RequestParam("searchValue") String searchValue);
@GetMapping(value = "/apiweb/emisStaff/getSalemanList")
public AjaxResult getSalemenList(@RequestParam("searchValue") String searchValue);