订单状态统一修改
This commit is contained in:
parent
092cdeb03c
commit
4029e29e2d
|
|
@ -98,7 +98,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
AND hh.order_status = #{orderStatus}
|
||||
</if>
|
||||
<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 test="czcompanyName != null and czcompanyName != ''">
|
||||
AND c.company_name like concat('%',#{czcompanyName},'%')
|
||||
|
|
|
|||
Loading…
Reference in New Issue