ソースを参照

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