Przeglądaj źródła

[账单催缴][修改][商户名称过滤]

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

+ 1
- 0
mallinkService/src/main/resources/mapper/WxBillAllMapper.xml Wyświetl plik

@@ -723,6 +723,7 @@
) bill ) bill
left join wx_merchant m on bill.merchant_id=m.id left join wx_merchant m on bill.merchant_id=m.id
where m.status=1 and m.tenant_id = #{tenantId} where m.status=1 and m.tenant_id = #{tenantId}
<if test=" null != merchantName and '' != merchantName">and m.name like concat('%', #{merchantName},'%')</if>
<if test=" null != sortColumns"> order by ${sortColumns} </if> <if test=" null != sortColumns"> order by ${sortColumns} </if>
<if test=" null == sortColumns"> order by totalOwe desc </if> <if test=" null == sortColumns"> order by totalOwe desc </if>
</select> </select>


Ładowanie…
Anuluj
Zapisz