浏览代码

新需求

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