|
@@ -91,7 +91,7 @@ public class CzrkController extends BaseController {
|
|
|
*/
|
|
|
// @PreAuthorize("@ss.hasPermi('system:czrk:remove')")
|
|
|
@Log(title = "常住人口", businessType = BusinessType.DELETE)
|
|
|
- @GetMapping("/{id}")
|
|
|
+ @GetMapping("delete/{id}")
|
|
|
public AjaxResult deleteCzrk(@PathVariable("id") Long id) {
|
|
|
return toAjax(czrkService.deleteCzrk(id));
|
|
|
}
|