md
This commit is contained in:
parent
1f60edb287
commit
7a55e7f8be
@ -122,7 +122,7 @@ public class EmisElectronicPagApplyController extends BaseController
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('emis:emisElectronicPagApply:send')")
|
||||
@Log(title = "网点电子面单发放", businessType = BusinessType.UPDATE)
|
||||
@PutMapping("/sendByApply")
|
||||
@RequestMapping("/sendByApply")
|
||||
public AjaxResult sendByApply(@RequestBody EmisElectronicPagApply emisElectronicPagApply)
|
||||
{
|
||||
try {
|
||||
@ -143,7 +143,7 @@ public class EmisElectronicPagApplyController extends BaseController
|
||||
*/
|
||||
@PreAuthorize("@ss.hasPermi('emis:emisElectronicPagApply:send')")
|
||||
@Log(title = "网点电子面单发放", businessType = BusinessType.UPDATE)
|
||||
@PutMapping("/sendByCenter")
|
||||
@RequestMapping("/sendByCenter")
|
||||
public AjaxResult sendByCenter(@RequestBody EmisElectronicPagApply emisElectronicPagApply)
|
||||
{
|
||||
try {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user