xiaoyong931011
2023-05-16 ceef4d902103ef92cf660ce3ff589c7fbd15b190
src/main/java/cc/mrbird/febs/dapp/mapper/DappFundFlowDao.java
@@ -37,5 +37,5 @@
    DappFundFlowEntity selectBymemberIdAndType(@Param("memberId")Long id, @Param("type")int type);
    List<DappFundFlowEntity> selectListBySystemProfitIdAndState(@Param("systemProfitId")Long id, @Param("status")int status);
    List<DappFundFlowEntity> selectListByState(@Param("status")int status);
}