Commit 27fa3e4c authored by fangxinjiang's avatar fangxinjiang

派单分项目派单状态处理

parent 98a5bc71
......@@ -72,8 +72,7 @@ public class TEmpFamilyController {
@Operation(description = "分页查询")
@GetMapping("/page" )
public R<IPage<TEmpFamily>> getTEmpFamilyPage(Page page, FamilySearchVO tEmpFamily) {
throw new Error("111");
//return R.ok(tEmpFamilyService.pageDiy(page,tEmpFamily));
return R.ok(tEmpFamilyService.pageDiy(page,tEmpFamily));
}
/**
* 不分页查询
......
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