| | |
| | | package com.yeshi.fanli.dao.mybatis;
|
| | |
|
| | | import java.math.BigDecimal;
|
| | | import java.util.List;
|
| | |
|
| | | import org.apache.ibatis.annotations.Param;
|
| | |
| | | */
|
| | | int getByUidCount(@Param("uid") Long uid);
|
| | |
|
| | | |
| | |
|
| | | /**
|
| | | * 统计审核次数 |
| | | * @param state
|
| | | * @return
|
| | | */
|
| | | Long countAuditTotal(@Param("state")Integer state, @Param("preDay") String preDay);
|
| | | |
| | | /**
|
| | | * 统计申请提的现总金额
|
| | | * @param state
|
| | | * @return
|
| | | */
|
| | | BigDecimal countApplyExtractMoney(@Param("preDay") String preDay);
|
| | | |
| | | /**
|
| | | * 统计申请提的现总次数
|
| | | * @param preDay
|
| | | * @return
|
| | | */
|
| | | Long countApplyNumberByDay(@Param("preDay") String preDay);
|
| | | |
| | | }
|