Commit e77675dd authored by jiaorz's avatar jiaorz

订单详情修改

parent 18f1fddb
......@@ -16,7 +16,7 @@
and oad.type = #{type}
</if>
<if test="startTime != null and endTime != null">
and unix_timestamp(bo.crt_time) between #{startTime} and #{endTime}
and bo.crt_time between #{startTime} and #{endTime}
</if>
<if test="status != null and status > 0">
and bo.status = #{status}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment