|
@@ -45,11 +45,11 @@
|
|
|
OR lower( car_no) like lower(CONCAT('%',#{searchKeyWord},'%')))
|
|
|
</if>
|
|
|
<if test="startDate != null">
|
|
|
- AND (DATE_FORMAT(a.create_date,"%Y%m%d") >=
|
|
|
+ AND (DATE_FORMAT(create_date,"%Y%m%d") >=
|
|
|
DATE_FORMAT(#{startDate},"%Y%m%d"))
|
|
|
</if>
|
|
|
<if test="endDate != null">
|
|
|
- AND (DATE_FORMAT(a.create_date,"%Y%m%d") <=
|
|
|
+ AND (DATE_FORMAT(create_date,"%Y%m%d") <=
|
|
|
DATE_FORMAT(#{endDate},"%Y%m%d"))
|
|
|
</if>
|
|
|
<if test="businessKeys != null and businessKeys.size > 0">
|