src/main/resources/mapper/payment/DeliveryOrderMapper.xml
@@ -218,10 +218,14 @@ <if test="endDate != null"> AND o.create_time <= #{endDate} </if> GROUP BY s.station_id, st.`name`; <if test="statusList != null and statusList.size > 0"> AND o.status in <foreach collection="statusList" item="status" open="(" separator="," close=")"> #{status} </foreach> </if> GROUP BY s.station_id, st.`name` </select> <update id="setDeliveryOrderPending">