Преглед изворни кода

[卡消费][修改]:添加排序

release_toaliyun_real
Stormeye Wu пре 7 година
родитељ
комит
702adca5a8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCardSpendMapper.xml Прегледај датотеку

@@ -210,7 +210,6 @@
#{idItem} #{idItem}
</foreach> </foreach>
</if> </if>
<if test=" null != sortColumns"> order by ${sortColumns} </if>
</sql> </sql>


<select id="findCardSpendVoList" parameterType="com.iformall.domain.vo.WxCardSpendVo" resultMap="VoResultMap"> <select id="findCardSpendVoList" parameterType="com.iformall.domain.vo.WxCardSpendVo" resultMap="VoResultMap">
@@ -223,6 +222,7 @@
left join wx_merchant_subsidy ms on ms.order_id = cs.order_id left join wx_merchant_subsidy ms on ms.order_id = cs.order_id
left join wx_c_user ou on ou.id = co.owner_id left join wx_c_user ou on ou.id = co.owner_id
<include refid="dynamicVoWhereConditions" /> <include refid="dynamicVoWhereConditions" />
order by cs.create_date DESC
</select> </select>


<select id="sumCardSpendVoForMerchant" parameterType="com.iformall.domain.vo.WxCardSpendVo" resultType="hashmap"> <select id="sumCardSpendVoForMerchant" parameterType="com.iformall.domain.vo.WxCardSpendVo" resultType="hashmap">


Loading…
Откажи
Сачувај