Commit 91e6aad5 authored by 蔡镇泽's avatar 蔡镇泽

更改评定机构状态

parent f091fc0a
......@@ -51,7 +51,7 @@ public class AprOrganController {
* @param status 状态 有效:0;失效:1
*/
@DeleteMapping("/updateAprOrganStatus")
public Result updateSpvStatus(String aprOrganId, Short status) {
public Result updateAprOrganStatus(String aprOrganId, Short status) {
if (StringUtils.isBlank(aprOrganId) || status == null || (status != 1 && status != 0)) {
return Result.failed(ResultCode.REQUEST_PARAM_ERROR);
}
......
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