Commit 97e5b0df authored by 廖旭伟's avatar 廖旭伟

测试bug修改

parent e09aef11
......@@ -220,7 +220,7 @@ public class CompanyServiceImpl extends AbstractCRUDServiceImpl<CompanyDao, Comp
int productNums = productService.count(new ProductQuery(), context);
homeStatInfo.setProductNums(productNums);
List<StaffEntity> staffList = staffService.find(new StaffQuery(), context);
List<StaffEntity> staffList = staffService.find(new StaffQuery().staffStatusList(Arrays.asList(1,2)), context);
homeStatInfo.setStaffNums(staffList.size());
......@@ -312,4 +312,5 @@ public class CompanyServiceImpl extends AbstractCRUDServiceImpl<CompanyDao, Comp
}
return entity;
}
}
\ No newline at end of file
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