|
@@ -84,7 +84,7 @@ public class TestController {
|
|
|
|
|
|
QueryWrapper<UserAllocation> userAllocationQueryWrapper = new QueryWrapper<>();
|
|
QueryWrapper<UserAllocation> userAllocationQueryWrapper = new QueryWrapper<>();
|
|
userAllocationQueryWrapper.eq("project_id", projectId);
|
|
userAllocationQueryWrapper.eq("project_id", projectId);
|
|
- userAllocationQueryWrapper.eq("account_status", 0);
|
|
|
|
|
|
+ // userAllocationQueryWrapper.eq("account_status", 0);
|
|
List<UserAllocation> list = userAllocationService.list(userAllocationQueryWrapper);
|
|
List<UserAllocation> list = userAllocationService.list(userAllocationQueryWrapper);
|
|
if (!Check.isNull(list)) {
|
|
if (!Check.isNull(list)) {
|
|
for (UserAllocation allocation : list) {
|
|
for (UserAllocation allocation : list) {
|
|
@@ -117,7 +117,7 @@ public class TestController {
|
|
|
|
|
|
QueryWrapper<UserAllocation> userAllocationQueryWrapper = new QueryWrapper<>();
|
|
QueryWrapper<UserAllocation> userAllocationQueryWrapper = new QueryWrapper<>();
|
|
userAllocationQueryWrapper.eq("project_id", projectId);
|
|
userAllocationQueryWrapper.eq("project_id", projectId);
|
|
- userAllocationQueryWrapper.eq("account_status", 0);
|
|
|
|
|
|
+ // userAllocationQueryWrapper.eq("account_status", 0);
|
|
List<UserAllocation> list = userAllocationService.list(userAllocationQueryWrapper);
|
|
List<UserAllocation> list = userAllocationService.list(userAllocationQueryWrapper);
|
|
if (!Check.isNull(list)) {
|
|
if (!Check.isNull(list)) {
|
|
for (UserAllocation allocation : list) {
|
|
for (UserAllocation allocation : list) {
|