@@ -2298,7 +2298,7 @@
and sign_time <= #{signTime}
</if>
<if test="type==1">
- and sign_time >= #{signTime}
+ and sign_time > #{signTime}
</select>