feature (住宅租赁基价作价): 推送住宅租赁基价作价
1. 创建汇总案例表 2. 推送汇总案例数据 3. 创建价格表(备份上期价格表) 4. 推送价格数据
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
package com.ruoyi;
|
||||
|
||||
|
||||
import com.ruoyi.project.data.cases.domain.CleanResidenceRentAggregationCase;
|
||||
import com.ruoyi.project.data.cases.domain.OfficeAggregationCase;
|
||||
import com.ruoyi.project.data.cases.domain.OriginalResidenceRentClosingCase;
|
||||
import com.ruoyi.project.data.price.domain.ComputeResidenceSaleBasePrice;
|
||||
@ -95,7 +96,7 @@ public class GenerateTableTests {
|
||||
|
||||
@Test
|
||||
public void generateBatchGuoHaoInsertSqL() {
|
||||
Class targetClass = UltimateOfficeBasePrice.class;
|
||||
Class targetClass = CleanResidenceRentAggregationCase.class;
|
||||
|
||||
List<Field> fieldList = new ArrayList<>();
|
||||
while (targetClass != null) {
|
||||
|
Reference in New Issue
Block a user