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
f5b4c3f7
Commit
f5b4c3f7
authored
Nov 15, 2021
by
季圣华
Browse files
解决账户逻辑删除的bug
parent
f7cab6f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-boot/src/main/resources/mapper_xml/AccountMapperEx.xml
View file @
f5b4c3f7
...
@@ -28,6 +28,7 @@
...
@@ -28,6 +28,7 @@
<bind
name=
"bindSerialNo"
value=
"'%'+serialNo+'%'"
/>
<bind
name=
"bindSerialNo"
value=
"'%'+serialNo+'%'"
/>
and serial_no like #{bindSerialNo}
and serial_no like #{bindSerialNo}
</if>
</if>
and ifnull(delete_flag,'0') !='1'
</select>
</select>
<select
id=
"selectByConditionAccount"
parameterType=
"com.jsh.erp.datasource.entities.AccountExample"
resultMap=
"ResultListMap"
>
<select
id=
"selectByConditionAccount"
parameterType=
"com.jsh.erp.datasource.entities.AccountExample"
resultMap=
"ResultListMap"
>
...
...
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