|
|
@ -31,7 +31,9 @@ |
|
|
|
<if test="exp.status!=null"> |
|
|
|
<if test="exp.status!=null"> |
|
|
|
AND `status`=#{exp.status,jdbcType=INTEGER} |
|
|
|
AND `status`=#{exp.status,jdbcType=INTEGER} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test="exp.systemId!=null"> |
|
|
|
|
|
|
|
AND `system_id`=#{exp.systemId,jdbcType=INTEGER} |
|
|
|
|
|
|
|
</if> |
|
|
|
<if test='exp.startTime!=null and exp.stopTime!=null'> |
|
|
|
<if test='exp.startTime!=null and exp.stopTime!=null'> |
|
|
|
AND creation_time between #{exp.startTime} and #{exp.stopTime} |
|
|
|
AND creation_time between #{exp.startTime} and #{exp.stopTime} |
|
|
|
</if> |
|
|
|
</if> |
|
|
|