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
70ca33a9
Commit
70ca33a9
authored
Apr 13, 2019
by
季圣华
Browse files
修复无法删除账户的bug
parent
a1b07b8a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/mapper_xml/AccountHeadMapperEx.xml
View file @
70ca33a9
...
...
@@ -88,6 +88,18 @@
</foreach>
)
</update>
<select
id=
"getAccountHeadListByAccountIds"
resultMap=
"com.jsh.erp.datasource.mappers.AccountHeadMapper.BaseResultMap"
>
select
<include
refid=
"com.jsh.erp.datasource.mappers.AccountHeadMapper.Base_Column_List"
/>
from jsh_accounthead
where 1=1
and accountId in (
<foreach
collection=
"accountIds"
item=
"accountId"
separator=
","
>
#{accountId}
</foreach>
)
and ifnull(delete_Flag,'0') !='1'
</select>
<select
id=
"getAccountHeadListByOrganIds"
resultMap=
"com.jsh.erp.datasource.mappers.AccountHeadMapper.BaseResultMap"
>
select
<include
refid=
"com.jsh.erp.datasource.mappers.AccountHeadMapper.Base_Column_List"
/>
...
...
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