Преглед изворни кода

fix bug

release_toaliyun_real
winter пре 2 година
родитељ
комит
59b6d7f20b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxMallFloorMapper.xml

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

@@ -96,7 +96,7 @@
where `tenant_id` = #{tenantId} where `tenant_id` = #{tenantId}
</select> </select>
<select id="getBuildindIds" parameterType="com.iformall.domain.po.WxMallFloor" resultMap="Long">
<select id="getBuildindIds" parameterType="com.iformall.domain.po.WxMallFloor" resultType="Long">
select distinct building_id select distinct building_id
from wx_mall_floor from wx_mall_floor
<include refid="dynamicWhereConditions"/> <include refid="dynamicWhereConditions"/>


Loading…
Откажи
Сачувај