Przeglądaj źródła

[商户][修改][是否创建合同]

release_toaliyun_real
gongbiao 6 lat temu
rodzic
commit
a631aa4488
1 zmienionych plików z 2 dodań i 0 usunięć
  1. +2
    -0
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 2
- 0
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml Wyświetl plik

@@ -185,6 +185,8 @@
<if test="null != rentShopType and 2 == rentShopType and null != floorForRule and '' != floorForRule "> <if test="null != rentShopType and 2 == rentShopType and null != floorForRule and '' != floorForRule ">
and rc.shop_id in (select id from wx_shop where tenant_id=#{tenantId} and floor in (${floorForRule})) and rc.shop_id in (select id from wx_shop where tenant_id=#{tenantId} and floor in (${floorForRule}))
</if> </if>
<if test=" null != merchantId">and rc.`merchant_id` = #{merchantId}</if>
</where> </where>
<if test=" null != sortColumns"> order by ${sortColumns} </if> <if test=" null != sortColumns"> order by ${sortColumns} </if>
<if test=" null == sortColumns"> order by rc.createtime desc,rc.id desc </if> <if test=" null == sortColumns"> order by rc.createtime desc,rc.id desc </if>


Ładowanie…
Anuluj
Zapisz