Commit 7e746e50 authored by wangxl's avatar wangxl

1

parent 6c1d7f07
......@@ -46,7 +46,6 @@ public class ComProjectAssignController extends BaseController<ComProjectAssignS
@RequestMapping("/getAuditListByPage")
public ResponseDataModel<Pagination<ComProjectAssignDTO>> getAuditListByPage(@Validated ComProjectAssignQueryVO vo, BindingResult bindingResult) {
vo.setExpertId(SecurityUserHolder.getExpertId());
vo.setIsShow(1);
return getPaginationResponseDataModel(vo);
}
......
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