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

销售明细仅查询出库单

parent 9c3c03f6
...@@ -68,6 +68,7 @@ ...@@ -68,6 +68,7 @@
left join sys_dept as dept_tb on sga.store_id = dept_tb.business_id left join sys_dept as dept_tb on sga.store_id = dept_tb.business_id
where 1=1 where 1=1
and sgl.del_flag = '0' and sgl.del_flag = '0'
and sgl.io_type = '1'
<if test="entity.flag !=null and entity.flag != '' "> <if test="entity.flag !=null and entity.flag != '' ">
and sgl.flag = #{entity.flag} and sgl.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