xiaoyong931011
2022-10-24 d3f2b1d3f3ad2717a7669769aa965127f170ff99
src/main/resources/mapper/dapp/IgtOnHookPlanOrderDao.xml
@@ -43,4 +43,11 @@
        where a.member_id = #{memberId}
    </select>
    <select id="selectByCreateTime" resultType="cc.mrbird.febs.dapp.entity.IgtOnHookPlanOrder">
        SELECT
            a.*
        FROM igt_on_hook_plan_order a
        where and date_format(a.create_time, '%Y-%m-%d') = #{createTime}
    </select>
</mapper>