xiaoyong931011
2022-09-01 854e2bd522c16327a1be43a4e09e0ff8c795b865
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -363,4 +363,9 @@
        where del_flag = 2 and take_unique_code = #{uniqueCode}
        group by status
    </select>
    <select id="selectOrderByStatusAndPayTime" resultType="cc.mrbird.febs.mall.entity.MallOrderInfo">
        select * from mall_order_info where status=#{status}
         and date_format(pay_time, '%Y-%m-%d') = date_format(#{paytime}, '%Y-%m-%d')
    </select>
</mapper>