Commit 9b98e136 by zhiwj

导购

parent 13c9a261
......@@ -65,5 +65,10 @@ public class ClerkPositionController {
return ResultControllerUtils.commonResult(serviceResponse);
}
@RequestMapping("/set-clerk-position-sort")
public RestResponse setClerkPositionSort(Integer clerkPositionId, Integer seq) {
ServiceResponse<Void> serviceResponse = clerkPositionApiService.setSort(UserDetailUtils.getUserDetail().getEnterpriseId(), clerkPositionId, seq);
return ResultControllerUtils.commonResult(serviceResponse);
}
}
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