This commit is contained in:
linfso 2024-05-27 23:55:11 +08:00
parent 94e885eb04
commit b4d9849b1f

View File

@ -143,7 +143,7 @@ public class EmisElectronicPagApplyController extends BaseController
*/
@PreAuthorize("@ss.hasPermi('emis:emisElectronicPagApply:send')")
@Log(title = "网点电子面单发放", businessType = BusinessType.UPDATE)
@PutMapping("/sendByApply")
@PutMapping("/sendByCenter")
public AjaxResult sendByCenter(String prefix,String matialCode,String useSiteCode,Integer applyNum)
{
try {