|
@@ -75,9 +75,7 @@ public class ProjectCollectionTest extends AppTests { |
|
|
|
|
|
|
|
|
@Test |
|
|
@Test |
|
|
public void test(){ |
|
|
public void test(){ |
|
|
List<String> baseProjIds = Lists.newArrayList("33110000020110100001", |
|
|
|
|
|
"33110000020210200202","33110000020220100223", |
|
|
|
|
|
"33110000020210100201","3311000000002022200138"); |
|
|
|
|
|
|
|
|
List<String> baseProjIds = Lists.newArrayList("33118100020200100002"); |
|
|
for(String baseProjId : baseProjIds){ |
|
|
for(String baseProjId : baseProjIds){ |
|
|
GovBizProjectBaseinfo baseinfo = baseinfoService.getOne(Wrappers.lambdaQuery(GovBizProjectBaseinfo.class) |
|
|
GovBizProjectBaseinfo baseinfo = baseinfoService.getOne(Wrappers.lambdaQuery(GovBizProjectBaseinfo.class) |
|
|
.eq(GovBizProjectBaseinfo::getBaseProjId, baseProjId) |
|
|
.eq(GovBizProjectBaseinfo::getBaseProjId, baseProjId) |
|
|