xiaoyong931011
2022-11-30 cf7f5d0ca619660bbce938204755a565a776b53f
src/main/resources/mapper/dapp/DappSystemProfitDao.xml
@@ -19,4 +19,16 @@
        for update
    </select>
    <update id="updateLevelProfitById">
        update dapp_system_profit
        set level_Profit = #{levelProfit}
        where id = #{id}
    </update>
    <update id="updateStateById">
        update dapp_system_profit
        set state = #{state}
        where id = #{id}
    </update>
</mapper>