浏览代码

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

顾绍勇 5 年前
父节点
当前提交
214fb189e6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/main/resources/mapper/TaRaiseMapper.xml

+ 1
- 1
src/main/resources/mapper/TaRaiseMapper.xml 查看文件

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