Browse Source

[营销结算][修改][排序]

release_toaliyun_real
gongbiao 6 years ago
parent
commit
44bc602a2f
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      mallinkService/src/main/resources/mapper/WxMerchantSubsidyMapper.xml

+ 3
- 1
mallinkService/src/main/resources/mapper/WxMerchantSubsidyMapper.xml View File

@@ -234,7 +234,7 @@

<select id="findVoList" parameterType="com.iformall.domain.vo.WxMerchantSubsidyVo" resultMap="VoBaseResultMap">
select ms.id,ms.order_id,m.name,ms.source,ms.type,
ms.create_date,ms.subsidy,ms.real_subsidy,ms.status,ms.freeze
ms.create_date create_date,ms.subsidy subsidy,ms.real_subsidy,ms.status,ms.freeze
from wx_merchant_subsidy ms left join wx_merchant m on ms.merchant_id=m.id
where 1=1
<if test=" null != tenantId ">
@@ -268,6 +268,8 @@
<if test=" null != startdate and null!=enddate">
and ms.`create_date` between #{startdate} and #{enddate}
</if>
<if test=" null != sortColumns">order by ${sortColumns}</if>
</select>

<select id="sumVoList" parameterType="com.iformall.domain.vo.WxMerchantSubsidyVo" resultType="hashmap">


Loading…
Cancel
Save