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
e3711f47
Commit
e3711f47
authored
Jun 13, 2019
by
qiankunpingtai
Browse files
修改sql错误
parent
aa2588b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/mapper_xml/AccountMapperEx.xml
View file @
e3711f47
...
@@ -110,10 +110,6 @@
...
@@ -110,10 +110,6 @@
dh.AccountIdList as AList,dh.AccountMoneyList as AMList
dh.AccountIdList as AList,dh.AccountMoneyList as AMList
from jsh_depothead dh inner join jsh_supplier s on dh.OrganId = s.id and ifnull(s.delete_Flag,'0') !='1'
from jsh_depothead dh inner join jsh_supplier s on dh.OrganId = s.id and ifnull(s.delete_Flag,'0') !='1'
where 1=1
where 1=1
<if
test=
"accountId != null and remark != ''"
>
<bind
name=
"remark"
value=
"'%' + _parameter.remark + '%'"
/>
and remark like #{remark}
</if>
<if
test=
"accountId != null"
>
<if
test=
"accountId != null"
>
<bind
name=
"accountId"
value=
"'%' + _parameter.accountId + '%'"
/>
<bind
name=
"accountId"
value=
"'%' + _parameter.accountId + '%'"
/>
and dh.AccountIdList like #{accountId}
and dh.AccountIdList like #{accountId}
...
...
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