mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update 启动预约订单
This commit is contained in:
@@ -868,4 +868,14 @@
|
||||
AND t1.del_flag = '0'
|
||||
</select>
|
||||
|
||||
<select id="getAppointmentOrder" resultMap="OrderBasicInfoResult">
|
||||
select
|
||||
<include refid="Base_Column_List"/>
|
||||
from order_basic_info
|
||||
where del_flag = '0'
|
||||
and pay_status = '1'
|
||||
and start_type = 'appointment'
|
||||
and order_status = '0'
|
||||
and settlement_time <![CDATA[ <= ]]> #{dateTime,jdbcType=TIMESTAMP}
|
||||
</select>
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user