|
|
|
@ -5,6 +5,7 @@ import org.apache.ibatis.annotations.Param; |
|
|
|
import org.springframework.stereotype.Component; |
|
|
|
import org.springframework.web.bind.annotation.PostMapping; |
|
|
|
|
|
|
|
import java.math.BigDecimal; |
|
|
|
import java.util.List; |
|
|
|
import java.util.Map; |
|
|
|
|
|
|
|
@ -32,6 +33,12 @@ public interface UserAccountBillMapper { |
|
|
|
@Param("startrs") int statrs, |
|
|
|
@Param("limit") int limit); |
|
|
|
|
|
|
|
/** |
|
|
|
* 统计委托方某收入支出的金额 |
|
|
|
* @param field |
|
|
|
* @return |
|
|
|
*/ |
|
|
|
BigDecimal sumMoney(@Param("field") String field); |
|
|
|
/** |
|
|
|
* 统计用户的交易总笔数 |
|
|
|
* @param userisli |
|
|
|
|