weichaochao пре 5 година
родитељ
комит
2b293acd09
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      src/main/resources/mapper/TaRaiseMapper.xml

+ 1
- 1
src/main/resources/mapper/TaRaiseMapper.xml Прегледај датотеку

@@ -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}, '%')