Procházet zdrojové kódy

合同续签

release_toaliyun_real
furunxin před 6 roky
rodič
revize
68d59037ac
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  1. +1
    -2
      mallinkService/src/main/resources/mapper/WxMerchantMapper.xml

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

@@ -195,8 +195,7 @@
</select>

<select id="findListVo2" parameterType="com.iformall.domain.po.WxMerchant" resultMap="BaseResultMap">
select * from wx_merchant
where 1=1 and is_del=0
select * from wx_merchant where 1=1 and is_del=0
<if test=" null != tenantId and '' != tenantId">
and `tenant_id` = #{tenantId}
</if>


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