订单状态统一修改

This commit is contained in:
liang.chao 2024-12-01 13:23:19 +08:00
parent 092cdeb03c
commit 4029e29e2d
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
AND hh.order_status = #{orderStatus} AND hh.order_status = #{orderStatus}
</if> </if>
<if test="startTime != null and endTime != null "> <if test="startTime != null and endTime != null ">
AND moi.order_time BETWEEN CONCAT(#{startTime}, ' 00:00:00') AND CONCAT(#{endTime}, ' 23:59:59') AND hh.rent_begin_time BETWEEN CONCAT(#{startTime}, ' 00:00:00') AND CONCAT(#{endTime}, ' 23:59:59')
</if> </if>
<if test="czcompanyName != null and czcompanyName != ''"> <if test="czcompanyName != null and czcompanyName != ''">
AND c.company_name like concat('%',#{czcompanyName},'%') AND c.company_name like concat('%',#{czcompanyName},'%')