Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
topsun-bpm
Project
Project
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
鲁鑫
topsun-bpm
Commits
ebd672c9
Commit
ebd672c9
authored
Dec 17, 2024
by
1650842865
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询品牌去掉转大写,根据输入内容查询
parent
e98acef5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
EpResourceSearchController.java
...igou/topsun/ep/controller/EpResourceSearchController.java
+3
-3
No files found.
topsun/src/main/java/com/huigou/topsun/ep/controller/EpResourceSearchController.java
View file @
ebd672c9
...
...
@@ -30,9 +30,9 @@ public class EpResourceSearchController {
@EasySearch
(
queryName
=
"queryBrand"
)
public
Map
<
String
,
Object
>
queryBrand
(
SDO
sdo
)
throws
IOException
{
String
param
=
sdo
.
getString
(
"paramValue"
);
if
(
StringUtil
.
isNotBlank
(
param
)){
param
=
param
.
toUpperCase
();
}
//
if (StringUtil.isNotBlank(param)){
//
param = param.toUpperCase();
//
}
List
<
Map
<
String
,
String
>>
mapList
=
new
ArrayList
<>();
mapList
=
epApplication
.
queryEpBrand
(
param
);
return
sapDictionaryApplication
.
initEasySearchModel
(
mapList
,
param
,
sdo
);
...
...
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