Commit 7e783147 by zhanglt

导出台账记录bug

parent 88e1d815
......@@ -59,7 +59,7 @@
AND a.type = #{type.id}
</if>
<if test="beginTime != null and beginTime != '' and endTime != null and endTime != ''">
AND profitWarehousing.time &gt;= #{beginTime} AND profitWarehousing.time &lt;= #{endTime} AND (qrCode.state = '2')
AND profitWarehousing.time &gt;= #{beginTime} AND profitWarehousing.time &lt;= #{endTime} AND (qrCode.state = '2' or qrCode.state = '3')
</if>
</where>
<choose>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment