xiaoyong931011
2022-12-13 05a18b27be6ecfbbc080388f92c0d1857eeffb94
src/main/java/cc/mrbird/febs/dapp/mapper/DappFundFlowDao.java
@@ -36,4 +36,6 @@
    DappFundFlowEntity selectByStateAndVersionAndFromHashLimitOne(@Param("status")int withdrawStatusAgree, @Param("version")int withdrawStatusAgree1);
    DappFundFlowEntity selectBymemberIdAndType(@Param("memberId")Long id, @Param("type")int type);
    List<DappFundFlowEntity> selectListByState(@Param("status")int status);
}