Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
224239c1
Commit
224239c1
authored
May 28, 2022
by
季圣华
Browse files
解决商品库存流水记录中查询的bug
parent
29eb63e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/src/main/resources/mapper_xml/DepotItemMapperEx.xml
View file @
224239c1
...
@@ -158,7 +158,7 @@
...
@@ -158,7 +158,7 @@
where ((dh.type!='其它' and dh.sub_type!='调拨')
where ((dh.type!='其它' and dh.sub_type!='调拨')
or (dh.type='其它' and dh.sub_type='组装单')
or (dh.type='其它' and dh.sub_type='组装单')
or (dh.type='其它' and dh.sub_type='拆卸单')
or (dh.type='其它' and dh.sub_type='拆卸单')
or (dh.type='其它' and dh.sub_type='盘点复盘'
and dh.Status=1
))
or (dh.type='其它' and dh.sub_type='盘点复盘'))
and di.material_id = #{mId}
and di.material_id = #{mId}
and ifnull(dh.delete_flag,'0') !='1'
and ifnull(dh.delete_flag,'0') !='1'
ORDER BY oTime desc
ORDER BY oTime desc
...
@@ -174,7 +174,7 @@
...
@@ -174,7 +174,7 @@
where ((dh.type!='其它' and dh.sub_type!='调拨')
where ((dh.type!='其它' and dh.sub_type!='调拨')
or (dh.type='其它' and dh.sub_type='组装单')
or (dh.type='其它' and dh.sub_type='组装单')
or (dh.type='其它' and dh.sub_type='拆卸单')
or (dh.type='其它' and dh.sub_type='拆卸单')
or (dh.type='其它' and dh.sub_type='盘点复盘'
and dh.Status=1
))
or (dh.type='其它' and dh.sub_type='盘点复盘'))
and di.material_id =#{mId}
and di.material_id =#{mId}
and ifnull(dh.delete_flag,'0') !='1'
and ifnull(dh.delete_flag,'0') !='1'
</select>
</select>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment