Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
platform
hg-smart
Commits
e8151534
Commit
e8151534
authored
Sep 14, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.APP端查询接口过滤
parent
ca0ad71e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
HGSC001.xml
src/main/java/com/baosight/hggp/hg/sc/sql/HGSC001.xml
+4
-1
HGXSUser.xml
src/main/java/com/baosight/hggp/hg/xs/sql/HGXSUser.xml
+1
-1
No files found.
src/main/java/com/baosight/hggp/hg/sc/sql/HGSC001.xml
View file @
e8151534
...
...
@@ -78,8 +78,11 @@
proj_code = #projCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"projName"
>
proj_name like
'%$projName$%'
proj_name like
concat('%', #projName#, '%')
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"projectName"
>
proj_name like concat('%', #projectName#, '%')
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"projType"
>
proj_type = #projType#
</isNotEmpty>
...
...
src/main/java/com/baosight/hggp/hg/xs/sql/HGXSUser.xml
View file @
e8151534
...
...
@@ -30,7 +30,7 @@
ACCOUNT_CODE = #accountCode#
</isNotEmpty>
<isNotEmpty
prepend=
" AND "
property=
"receiveUserName"
>
USER_NAME LIKE CONCAT('%', #
accountCod
e#, '%')
USER_NAME LIKE CONCAT('%', #
receiveUserNam
e#, '%')
</isNotEmpty>
</sql>
...
...
Write
Preview
Markdown
is supported
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