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
wwwanlingxiao
mall
Commits
15eeee26
Commit
15eeee26
authored
Apr 07, 2023
by
macro
Browse files
Update OmsOrderReturnApplyDao.xml
parent
39a838a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
mall-admin/src/main/resources/dao/OmsOrderReturnApplyDao.xml
View file @
15eeee26
...
@@ -24,9 +24,6 @@
...
@@ -24,9 +24,6 @@
<if
test=
"queryParam.status!=null"
>
<if
test=
"queryParam.status!=null"
>
AND status = #{queryParam.status}
AND status = #{queryParam.status}
</if>
</if>
<if
test=
"queryParam.status!=null"
>
AND status = #{queryParam.status}
</if>
<if
test=
"queryParam.handleMan!=null and queryParam.handleMan!=''"
>
<if
test=
"queryParam.handleMan!=null and queryParam.handleMan!=''"
>
AND handle_man = #{queryParam.handleMan}
AND handle_man = #{queryParam.handleMan}
</if>
</if>
...
...
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