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
e4414732
Commit
e4414732
authored
Apr 22, 2022
by
季圣华
Browse files
解决客户保存时数据异常的bug
parent
5c29fc17
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/src/main/resources/mapper_xml/SupplierMapperEx.xml
View file @
e4414732
...
@@ -87,5 +87,6 @@
...
@@ -87,5 +87,6 @@
select *
select *
from jsh_supplier
from jsh_supplier
where supplier = #{supplier} and type = #{type}
where supplier = #{supplier} and type = #{type}
and ifnull(delete_flag,'0') !='1'
</select>
</select>
</mapper>
</mapper>
\ No newline at end of file
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