admin
2025-02-25 30d8e227e8d823b6c38c3b9c90ac2df03b63befe
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);
}