xiaoyong931011
2022-11-30 b603c6cfda6ff46e09310d724d0b7374db12496b
src/main/java/cc/mrbird/febs/dapp/mapper/DappSystemProfitDao.java
@@ -2,6 +2,11 @@
import cc.mrbird.febs.dapp.entity.DappSystemProfit;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Param;
public interface DappSystemProfitDao extends BaseMapper<DappSystemProfit> {
    DappSystemProfit selectSystemProfitByState(@Param("state") int stateOut);
    DappSystemProfit selectByIdForUpdate(@Param("id") Long id,@Param("state") int stateOut);
}