Commit decf31d4 authored by 方建宇's avatar 方建宇

发货报表筛除无门店数据

parent a9861764
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
where 1=1 where 1=1
and wgl.del_flag = '0' and wgl.del_flag = '0'
and wgl.io_type = '1' and wgl.io_type = '1'
and wga.out_goods > '4' and wga.out_goods > '10'
<if test="entity.flag !=null and entity.flag != '' "> <if test="entity.flag !=null and entity.flag != '' ">
and wgl.flag = #{entity.flag} and wgl.flag = #{entity.flag}
</if> </if>
......
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