|
|
@@ -193,7 +193,7 @@ |
|
|
and create_date >= #{startTime} |
|
|
and create_date >= #{startTime} |
|
|
</if> |
|
|
</if> |
|
|
<if test=" null != endTime"> |
|
|
<if test=" null != endTime"> |
|
|
and create_date <= #{endTime} |
|
|
|
|
|
|
|
|
and create_date < #{endTime} |
|
|
</if> |
|
|
</if> |
|
|
<if test="null != tenantId"> |
|
|
<if test="null != tenantId"> |
|
|
and tenant_id =#{tenantId} |
|
|
and tenant_id =#{tenantId} |
|
|
|