Просмотр исходного кода

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

release_toaliyun_real
gongbiao 6 лет назад
Родитель
Сommit
a631aa4488
1 измененных файлов: 2 добавлений и 0 удалений
  1. +2
    -0
      mallinkService/src/main/resources/mapper/WxRentContractMapper.xml

+ 2
- 0
mallinkService/src/main/resources/mapper/WxRentContractMapper.xml Просмотреть файл

@@ -185,6 +185,8 @@
<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}))
</if>
<if test=" null != merchantId">and rc.`merchant_id` = #{merchantId}</if>
</where>
<if test=" null != sortColumns"> order by ${sortColumns} </if>
<if test=" null == sortColumns"> order by rc.createtime desc,rc.id desc </if>


Загрузка…
Отмена
Сохранить