week goal bug fixes
This commit is contained in:
parent
244791f672
commit
a575747440
@ -55,7 +55,7 @@
|
||||
where year = #{year}
|
||||
<if test="now != null">
|
||||
<![CDATA[
|
||||
and date_end < now()
|
||||
and date_start < now()
|
||||
]]>
|
||||
</if>
|
||||
</select>
|
||||
@ -68,7 +68,7 @@
|
||||
from crm_week_goal
|
||||
where year = year(now())
|
||||
<![CDATA[
|
||||
and date_end < now()
|
||||
and date_start < now()
|
||||
]]>
|
||||
group by user_id
|
||||
union
|
||||
|
@ -1,4 +1,4 @@
|
||||
<div class="row widget-box">
|
||||
<div class="row widget-box no-border">
|
||||
<div class="widget-body">
|
||||
<div class="widget-main">
|
||||
<form class="form-horizontal">
|
||||
|
Loading…
x
Reference in New Issue
Block a user