weichaochao 5 gadus atpakaļ
vecāks
revīzija
2b293acd09
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1
    1
      src/main/resources/mapper/TaRaiseMapper.xml

+ 1
- 1
src/main/resources/mapper/TaRaiseMapper.xml Parādīt failu

@@ -17,7 +17,7 @@
17 17
             t.org_id = #{orgId}
18 18
             AND t.`status` != - 1
19 19
         <if test="buildingId != null and buildingId != ''">
20
-            and t2.building_id = #{buildingId}
20
+            and t3.building_id = #{buildingId}
21 21
         </if>
22 22
         <if test="salesBatchName != null and salesBatchName != ''">
23 23
             and t2.sales_batch_name like CONCAT('%',#{salesBatchName}, '%')