parent
4ffee47816
commit
cf2ab9c5ca
|
|
@ -145,7 +145,7 @@ public class OrgChangeController extends BaseController {
|
||||||
return error("系统异常");
|
return error("系统异常");
|
||||||
}
|
}
|
||||||
|
|
||||||
@PutMapping("orgBatchChangeCheck")
|
@PostMapping("orgBatchChangeCheck")
|
||||||
@Log(title = "流程相关->组织架构变更审核->一键审核", businessType = BusinessType.UPDATE)
|
@Log(title = "流程相关->组织架构变更审核->一键审核", businessType = BusinessType.UPDATE)
|
||||||
public AjaxResult orgBatchChangeCheck(@Validated @RequestBody OrgChangeBean o) {
|
public AjaxResult orgBatchChangeCheck(@Validated @RequestBody OrgChangeBean o) {
|
||||||
try{
|
try{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue