update mybatis-jpa-extra-3.3.0
This commit is contained in:
@@ -98,7 +98,7 @@ public class RestOrganizationController {
|
||||
@ResponseStatus(HttpStatus.OK)
|
||||
public void delete(@PathVariable final String id) {
|
||||
_logger.debug("Organizations id {} ", id );
|
||||
organizationsService.remove(id);
|
||||
organizationsService.delete(id);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -101,7 +101,7 @@ public class RestUserInfoController {
|
||||
@ResponseStatus(HttpStatus.OK)
|
||||
public void delete(@PathVariable final String id) {
|
||||
_logger.debug("UserInfo id {} ", id );
|
||||
userInfoService.logicDelete(id);
|
||||
userInfoService.delete(id);
|
||||
}
|
||||
|
||||
@GetMapping(value = { "/.search" }, produces = {MediaType.APPLICATION_JSON_VALUE})
|
||||
|
||||
Reference in New Issue
Block a user