@ -175,5 +175,6 @@ public class FilterOrderRequest extends ListPageRequest {
private String corpName;
private Integer busType;
private Integer inCodeStatus;
}
@ -46,6 +46,9 @@
<if test="busType != null">
AND busType = #{busType}
</if>
<if test="inCodeStatus != null">
AND inCodeStatus = #{inCodeStatus}
<if test="startTime != null and startTime != '' and endTime != null and endTime != ''">
AND date_format(createTime, '%Y-%m-%d') between date_format(#{startTime}, '%Y-%m-%d') and date_format(#{endTime}, '%Y-%m-%d')