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>