xiaoyong931011
2022-12-13 87cd3ee733c4658880de4ea4888d8414beb6dff4
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);
}