|
|
|
@@ -92,12 +92,11 @@ |
|
|
|
and m.`link_person` like concat('%', #{linkPerson},'%') |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != createDate "> |
|
|
|
and m.`create_date` = #{createDate} |
|
|
|
<if test="starttime != null"> |
|
|
|
and m.create_date >= #{starttime} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != updateDate "> |
|
|
|
and m.`update_date` = #{updateDate} |
|
|
|
<if test="endtime != null"> |
|
|
|
and m.create_date <= #{endtime} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != carVendorType "> |
|
|
|
|