11
This commit is contained in:
parent
f2879346f8
commit
dfbfce1964
@ -765,10 +765,10 @@
|
||||
where
|
||||
del_flag = 0
|
||||
<if test="firstDay != null">
|
||||
and create_time >= #{firstDay}
|
||||
and DATE(create_time) >= #{firstDay}
|
||||
</if>
|
||||
<if test="firstDay != null">
|
||||
and create_time <= #{now}
|
||||
and DATE(create_time) <= #{now}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
@ -779,10 +779,10 @@
|
||||
where
|
||||
del_flag = 0
|
||||
<if test="firstDay != null">
|
||||
and sign_time >= #{firstDay}
|
||||
and DATE(sign_time) >= #{firstDay}
|
||||
</if>
|
||||
<if test="firstDay != null">
|
||||
and sign_time <= #{now}
|
||||
and DATE(sign_time) <= #{now}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user