|
@@ -429,7 +429,7 @@ public class WorkOrderManageController {
|
|
|
return new AjaxMessage<>(ResultStatus.ERROR);
|
|
|
}
|
|
|
|
|
|
- @PostMapping("/selectOrderUserByOrgId")
|
|
|
+ @GetMapping("/selectOrderUserByOrgId")
|
|
|
@ApiOperation(value = "查询派单时的用户信息")
|
|
|
public AjaxMessage<Object> selectOrderUserByOrgId(
|
|
|
@ApiParam(value = "机构ID", required = true) @RequestParam(required = true) String ids){
|