|
|
|
@@ -11,11 +11,11 @@ public interface WxCardSpendMapper extends CommonMapper<WxCardSpend, Long> { |
|
|
|
|
|
|
|
void updateByCond(WxCardSpend wxCardSpend); |
|
|
|
|
|
|
|
List<WxCardSpendVo> findCardSpendVoList(WxCardSpend wxCardSpend); |
|
|
|
List<WxCardSpendVo> findCardSpendVoList(WxCardSpendVo wxCardSpend); |
|
|
|
|
|
|
|
List<Map<String,Object>> sumCardSpendVoForMerchant(WxCardSpend wxCardSpend); |
|
|
|
List<Map<String,Object>> sumCardSpendVoForMerchant(WxCardSpendVo wxCardSpend); |
|
|
|
|
|
|
|
List<Map<String,Object>> sumCardSpendVoForOwner(WxCardSpend wxCardSpend); |
|
|
|
List<Map<String,Object>> sumCardSpendVoForOwner(WxCardSpendVo wxCardSpend); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|