Commit 27eacac2 authored by chenhao's avatar chenhao

update erro by 陈浩

parent 51fe0df1
......@@ -194,7 +194,7 @@ public class MaintenanceCompanyController extends BaseController {
@PathVariable(value = "sequenceNbr") Long sequenceNbr){
model.setSequenceNbr(sequenceNbr);
return ResponseHelper
.buildResponse(maintenanceCompanyService.updateMaintenancePersonDetail(model));
.buildResponse(maintenanceCompanyService.updateMaintenancePersonDetail(model,getUserInfo()));
}
/**
......@@ -210,7 +210,7 @@ public class MaintenanceCompanyController extends BaseController {
@PathVariable(value = "sequenceNbr") Long sequenceNbr) {
model.setSequenceNbr(sequenceNbr);
return ResponseHelper
.buildResponse(maintenanceCompanyService.updateMaintenancDepartmentDetail(model));
.buildResponse(maintenanceCompanyService.updateMaintenancDepartmentDetail(model,getUserInfo()));
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment