|
|
|
@@ -361,11 +361,11 @@ |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test="startDate != null"> |
|
|
|
AND co.create_date > #{startTime,jdbcType=TIMESTAMP} |
|
|
|
AND co.create_date > #{startDate,jdbcType=TIMESTAMP} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test="endDate != null"> |
|
|
|
AND co.create_date < #{endTime,jdbcType=TIMESTAMP} |
|
|
|
AND co.create_date < #{endDate,jdbcType=TIMESTAMP} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test=" null != id "> |
|
|
|
|