src/main/resources/mapper/dapp/IgtOnHookPlanOrderDao.xml @@ -109,4 +109,12 @@ order by a.create_time asc </select> <update id="updatePlanOrder"> update igt_on_hook_plan_order set state = 3 where state = 1 </update> </mapper>