|
|
@ -63,7 +63,7 @@ public interface ActivePointLogDao extends BaseDao<ActivePointLogEntity> { |
|
|
|
* @author qushutong |
|
|
|
* @date 2021/9/28 10:46 |
|
|
|
*/ |
|
|
|
int selectDoubleTimeCount(String userId); |
|
|
|
Integer selectDoubleTimeCount(String userId); |
|
|
|
|
|
|
|
/*** |
|
|
|
* 判断是否签到 |
|
|
@ -72,5 +72,5 @@ public interface ActivePointLogDao extends BaseDao<ActivePointLogEntity> { |
|
|
|
* @author qushutong |
|
|
|
* @date 2021/9/29 16:31 |
|
|
|
*/ |
|
|
|
int selectIsSignIn(PointLogFormDTO pointLogFormDTO); |
|
|
|
Integer selectIsSignIn(PointLogFormDTO pointLogFormDTO); |
|
|
|
} |
|
|
|