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>