xiaoyong931011
2022-08-31 1a66508ad3d73dcc456162c553b03f2208570b51
src/main/resources/mapper/modules/MallMoneyFlowMapper.xml
@@ -131,4 +131,9 @@
          and date_format(created_time, '%Y-%m-%d') = date_format(#{date}, '%Y-%m-%d')
          and type in (2,3,4)
    </select>
    <select id="selectOneByOrderNoAndMemberId" resultType="cc.mrbird.febs.mall.entity.MallMoneyFlow">
        select a.* from mall_money_flow a
        where a.order_no = #{} and a.member_id = #{memberId}
    </select>
</mapper>