src/main/resources/mapper/dapp/IgtOnHookPlanOrderDao.xml
@@ -18,6 +18,14 @@ and ava_amount - #{amount} <![CDATA[ >= ]]> 0 </update> <update id="addAvaAmountById"> update igt_on_hook_plan_order set ava_amount = ava_amount + #{amount}, where id = #{id} </update> <select id="selectByMemberId" resultType="cc.mrbird.febs.dapp.entity.IgtOnHookPlanOrder"> SELECT a.*