Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -87,7 +87,7 @@ |
| 87 | 87 | <select id="queryCurrentDayList" resultMap="SalesmanQuotationLine"> |
| 88 | 88 | <include refid="SalesmanQuotationLineSql1"/> |
| 89 | 89 | <where> |
| 90 | - | |
| 90 | + DATE(sq.create_time) = #{qvo.today} | |
| 91 | 91 | <if test="qvo.status != null and qvo.status != ''"> |
| 92 | 92 | AND sq.status = #{qvo.status} |
| 93 | 93 | </if> | ... | ... |