|
|
@ -464,10 +464,10 @@ |
|
|
|
and ltcl.load_status != '0' |
|
|
|
and ltcl.load_status != '0' |
|
|
|
and ltcl.load_type != '4' |
|
|
|
and ltcl.load_type != '4' |
|
|
|
<if test="param.startTime != null"> |
|
|
|
<if test="param.startTime != null"> |
|
|
|
and ltcl.start_time >= #{param.startDate} |
|
|
|
and ltcl.start_time >= #{param.startTime} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
<if test="param.endTime != null"> |
|
|
|
<if test="param.endTime != null"> |
|
|
|
and ltcl.start_time <= #{param.endDate} |
|
|
|
and ltcl.start_time <= #{param.endTime} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
</select> |
|
|
|
</select> |
|
|
|
|
|
|
|
|
|
|
|