Procházet zdrojové kódy

fix

release_toaliyun_real
winter před 1 rokem
rodič
revize
ea9c3a3979
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxShopUsersMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxShopUsersMapper.xml Zobrazit soubor

@@ -75,12 +75,12 @@
<select id="findList" parameterType="com.iformall.domain.po.WxShopUsers" resultMap="BaseResultMap">
select
<include refid="allColumns"/>
from wx_shop_users_shop
from wx_shop_users
<include refid="dynamicWhereConditions"/>
</select>
<select id="findShopIdList" parameterType="com.iformall.domain.po.WxShopUsers" resultType="Long">
select distinct shop_id
from wx_shop_users_shop
from wx_shop_users
<include refid="dynamicWhereConditions"/>
</select>
</mapper>

Načítá se…
Zrušit
Uložit