| | |
| | | * BigDecimal 返回类型 |
| | | * @throws |
| | | */ |
| | | BigDecimal sumMoneyByTargetUidAndDay(@Param("uid") Long uid, @Param("day") String day); |
| | | BigDecimal sumMoneyByTargetUidAndDayAndType(@Param("uid") Long uid, @Param("day") String day,@Param("type") Integer type); |
| | | |
| | | |
| | | /** |
| | | * 根据日期检索用户ID |
| | |
| | | */ |
| | | TeamDividentsSourceUser selectBySourceUidAndDayAndUid(@Param("sourceUid") Long sourceUid, |
| | | @Param("targetUid") Long targetUid, @Param("day") String day); |
| | | |
| | | TeamDividentsSourceUser selectBySourceUidAndDayAndUidAndTypeForUpdate(@Param("sourceUid") Long sourceUid, |
| | | @Param("targetUid") Long targetUid, @Param("day") String day,@Param("type") int type); |
| | | } |