| | |
| | |
|
| | | import org.apache.ibatis.annotations.Param;
|
| | |
|
| | | import com.yeshi.fanli.dto.ChartTDO;
|
| | | import com.yeshi.fanli.entity.bus.user.ExtractAuditRecord;
|
| | |
|
| | | public interface ExtractAuditRecordMapper {
|
| | |
| | | * @param state
|
| | | * @return
|
| | | */
|
| | | int countAuditTotal(@Param("state")Integer state, @Param("preDay") String preDay);
|
| | | Long countAuditTotal(@Param("state")Integer state, @Param("preDay") String preDay);
|
| | |
|
| | | /**
|
| | | * 统计申请提的现总金额
|
| | |
| | | * @param preDay
|
| | | * @return
|
| | | */
|
| | | int countApplyNumberByDay(@Param("preDay") String preDay);
|
| | | Long countApplyNumberByDay(@Param("preDay") String preDay);
|
| | |
|
| | | }
|