xiaoyong931011
2022-11-30 cf7f5d0ca619660bbce938204755a565a776b53f
src/main/java/cc/mrbird/febs/dapp/mapper/DappSystemProfitDao.java
@@ -9,4 +9,8 @@
    DappSystemProfit selectSystemProfitByState(@Param("state") int stateOut);
    DappSystemProfit selectByIdForUpdate(@Param("id") Long id,@Param("state") int stateOut);
    void updateLevelProfitById(@Param("levelProfit") int levelProfit,@Param("id")Long id);
    void updateStateById(@Param("state") int stateOut,@Param("id")Long id);
}