Commit eea1eeb49c57af1c0c36ec9afa8b6a9cbb2d9235

Authored by 房远帅
1 parent 2d6721f7

账期:补货单-查询问题修改

@@ -67,7 +67,7 @@ @@ -67,7 +67,7 @@
67 AND tb.create_time >= #{vo.applicationDateStart} 67 AND tb.create_time >= #{vo.applicationDateStart}
68 </if> 68 </if>
69 <if test="vo.applicationDateEnd != null"> 69 <if test="vo.applicationDateEnd != null">
70 - AND tb.create_time &lt;= #{vo.applicationDateEnd} 70 + AND tb.create_time &lt;= CONCAT(DATE(#{vo.applicationDateEnd}), ' 23:59:59')
71 </if> 71 </if>
72 </where> 72 </where>
73 order by tb.create_time desc 73 order by tb.create_time desc