src/main/resources/mapper/dapp/IgtOnHookPlanOrderDao.xml
@@ -67,6 +67,9 @@ left join dapp_member m on m.id = s.member_id <where> <if test="record != null" > <if test="record.username!=null and record.username!=''"> m.username = #{record.username} </if> <if test="record.description!=null and record.description!=''"> (s.member_id in (select id from dapp_member where FIND_IN_SET(#{record.description}, referer_ids))) </if> @@ -109,4 +112,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>