feature(住宅租赁作价):新增成交案例来源

1. 添加太平洋提供住宅租赁案例数据
2. 查询页面和导出添加主力面积字段
This commit is contained in:
purple
2020-07-30 15:55:12 +08:00
parent 61c4ee1df4
commit 5dda87a984
28 changed files with 710 additions and 62 deletions

View File

@ -82,7 +82,7 @@ public class GenerateTableTests {
@Test
public void generateBatchInsertSqL() {
Class targetClass = OriginalResidenceRentClosingCase.class;
Class targetClass = OtherResidenceRentClosingCase .class;
List<Field> fieldList = new ArrayList<>();
while (targetClass != null) {
@ -224,5 +224,9 @@ public class GenerateTableTests {
}
}
@Test
public void printUUID(){
System.out.println(UUID.randomUUID().toString().replace("-",""));
}
}

View File

@ -12,7 +12,7 @@ import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest(classes = RuoYiApplication.class)
@ActiveProfiles("uat")
@ActiveProfiles("dev")
public class ResidenceRentBasePriceTests {
@Autowired