Browse Source

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

release_toaliyun_real
gongbiao 6 years ago
parent
commit
f7b56cfbc3
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mallinkService/src/main/resources/mapper/WxBillAllMapper.xml

+ 1
- 0
mallinkService/src/main/resources/mapper/WxBillAllMapper.xml View File

@@ -723,6 +723,7 @@
) bill
left join wx_merchant m on bill.merchant_id=m.id
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 totalOwe desc </if>
</select>


Loading…
Cancel
Save