|
<if test="timeBegin != null and timeBegin != ''"> and SUBSTRING (TIME, 1, 10 ) >= #{timeBegin}</if>
|
|
<if test="timeBegin != null and timeBegin != ''"> and SUBSTRING (TIME, 1, 10 ) >= #{timeBegin}</if>
|
|
<if test="timeEnd != null and timeEnd != ''"> and SUBSTRING (TIME, 1, 10 ) <= #{timeEnd}</if>
|
|
<if test="timeEnd != null and timeEnd != ''"> and SUBSTRING (TIME, 1, 10 ) <= #{timeEnd}</if>
|