Commit 0ce8bfe0 authored by 罗林杰's avatar 罗林杰

Merge remote-tracking branch 'origin/dev1.0' into dev1.0

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