|
|
|
@@ -52,10 +52,10 @@ |
|
|
|
|
|
|
|
|
|
|
|
<if test=" null != startDate"> |
|
|
|
and entrance_time >= #{startDate} |
|
|
|
and create_date >= #{startDate} |
|
|
|
</if> |
|
|
|
<if test=" null != endDate"> |
|
|
|
and exit_time <= #{endDate} |
|
|
|
and create_date <= #{endDate} |
|
|
|
</if> |
|
|
|
<if test=" 1 == isPay"> |
|
|
|
and fee is not null |
|
|
|
|