xiaoyong931011
2022-12-13 05a18b27be6ecfbbc080388f92c0d1857eeffb94
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);
}