|
|
|
@@ -210,7 +210,6 @@ |
|
|
|
#{idItem} |
|
|
|
</foreach> |
|
|
|
</if> |
|
|
|
<if test=" null != sortColumns"> order by ${sortColumns} </if> |
|
|
|
</sql> |
|
|
|
|
|
|
|
<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_c_user ou on ou.id = co.owner_id |
|
|
|
<include refid="dynamicVoWhereConditions" /> |
|
|
|
order by cs.create_date DESC |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="sumCardSpendVoForMerchant" parameterType="com.iformall.domain.vo.WxCardSpendVo" resultType="hashmap"> |
|
|
|
|