魏超 5 years ago
parent
commit
ff4a44b84f

+ 1
- 0
src/main/java/com/huiju/estateagents/controller/TaPreselectionController.java View File

233
                 }
233
                 }
234
             }
234
             }
235
 
235
 
236
+            taPreselection.setPreselectionId(id);
236
             if (iTaPreselectionService.updateById(taPreselection)) {
237
             if (iTaPreselectionService.updateById(taPreselection)) {
237
                 responseBean.addSuccess(taPreselection);
238
                 responseBean.addSuccess(taPreselection);
238
             } else {
239
             } else {

+ 1
- 3
src/main/resources/mapper/TaPreselectionMapper.xml View File

45
         SELECT
45
         SELECT
46
             t.*,
46
             t.*,
47
             t2.qr_code,
47
             t2.qr_code,
48
-            t2.sales_batch_name
49
             t2.remark,
48
             t2.remark,
50
-            t2.sales_batch_name,
51
-            t2.building_id
49
+            t2.sales_batch_name
52
         FROM
50
         FROM
53
             ta_preselection t,
51
             ta_preselection t,
54
             ta_sales_batch t2
52
             ta_sales_batch t2