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

[合同][修改][开发账单结算]

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

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

@@ -738,6 +738,8 @@
<if test=" null != tenantId"> and m.tenant_id = #{tenantId} </if> <if test=" null != tenantId"> and m.tenant_id = #{tenantId} </if>
<if test=" null != merchantId"> and m.id = #{merchantId} </if> <if test=" null != merchantId"> and m.id = #{merchantId} </if>
<if test=" null != merchantName"> and m.name like concat('%', #{merchantName},'%') </if> <if test=" null != merchantName"> and m.name like concat('%', #{merchantName},'%') </if>
<if test=" null != rentShopType"> and rc.rent_shop_type = #{rentShopType} </if>



<if test=" null != sortColumns"> order by ${sortColumns} </if> <if test=" null != sortColumns"> order by ${sortColumns} </if>
<if test=" null == sortColumns"> order by m.id desc </if> <if test=" null == sortColumns"> order by m.id desc </if>


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