xiaoyong931011
2022-10-22 8a6f372f1b58cc1e3a9f737b59ede01854e618a1
src/main/resources/mapper/dapp/IgtOnHookPlanOrderItemDao.xml
@@ -33,5 +33,15 @@
          and a.state = #{state}
    </select>
    <select id="selectByMemberIdAndBelongNum" resultType="cc.mrbird.febs.dapp.entity.IgtOnHookPlanOrderItem">
        SELECT
            a.*
        FROM igt_on_hook_plan_order_item a
        where
              a.member_id = #{memberId}
          and a.belong_num = #{recordNum}
            limit 1
    </select>
</mapper>