1;拉取自配送订单参数报错

This commit is contained in:
wangshuai 2024-08-22 16:53:51 +08:00
parent 9fc45d9772
commit 6593815beb
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
and a.store_code = #{storeCode}
and a.order_time between #{t1} and #{t2}
GROUP BY a.privcy_phone,a.order_no
) AS t2 ON t1.order_no = t2.order_no AND t1.id = t2.min_id;
) AS t2 ON t1.order_no = t2.order_no AND t1.id = t2.min_id
order by t1.order_time
</select>
<select id="selectBusOrderInfoListA" resultMap="BusOrderInfoResult">