feature(住宅租赁作价):新增成交案例来源
1. 添加太平洋提供住宅租赁案例数据 2. 查询页面和导出添加主力面积字段
This commit is contained in:
@ -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("-",""));
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user