fanli/src/main/java/com/yeshi/fanli/dao/mybatis/order/dividents/TeamDividentsRecordMapper.java
@@ -1,5 +1,7 @@ package com.yeshi.fanli.dao.mybatis.order.dividents; import org.apache.ibatis.annotations.Param; import com.yeshi.fanli.dao.BaseMapper; import com.yeshi.fanli.entity.order.dividents.TeamDividentsRecord; @@ -15,6 +17,6 @@ * TeamDividentsRecord 返回类型 * @throws */ TeamDividentsRecord selectByUidAndDayForUpdate(Long uid, String day); TeamDividentsRecord selectByUidAndDayAndTypeForUpdate(@Param("uid") Long uid, @Param("day")String day,@Param("type")Integer type); }