Parcourir la source

Merge remote-tracking branch 'origin/dev' into dev

顾绍勇 il y a 5 ans
Parent
révision
214fb189e6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/main/resources/mapper/TaRaiseMapper.xml

+ 1
- 1
src/main/resources/mapper/TaRaiseMapper.xml Voir le fichier

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