Browse Source

修复根据地块标识查询基地标识的接口租户标识重复的bug

liuyaowen 11 tháng trước cách đây
mục cha
commit
a67b0da82e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/resources/mapper/FmsBlockMapper.xml

+ 1 - 1
src/main/resources/mapper/FmsBlockMapper.xml

@@ -296,7 +296,7 @@
             <foreach item="blockId" collection="array" open="(" separator="," close=")">
                 #{blockId}
             </foreach>
-            and tid = #{tid}
+            and b.tid = #{tid}
         </where>
         group by b.landId
     </select>