Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
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
杨凯
YDL-Component-Medical
Commits
fa5eadeb
Commit
fa5eadeb
authored
Jun 08, 2022
by
upwork.021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 擅长人群筛选bug修复,组件升级提交
parent
f7b8b9cf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
13 deletions
+3
-13
config.gradle
config.gradle
+2
-2
ExpertSearchPresenter.kt
m-consultant/src/main/java/com/yidianling/consultant/ExpertSearchPresenter.kt
+1
-11
No files found.
config.gradle
View file @
fa5eadeb
...
...
@@ -6,7 +6,7 @@ ext {
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.50.20"
,
"m-consultant"
:
"0.0.60.6
3
"
,
"m-consultant"
:
"0.0.60.6
4
"
,
"m-fm"
:
"0.0.30.09"
,
"m-user"
:
"0.0.62.48"
,
"m-home"
:
"0.0.23.90"
,
...
...
@@ -94,7 +94,7 @@ ext {
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.50.20"
,
"m-consultant"
:
"0.0.60.6
3
"
,
"m-consultant"
:
"0.0.60.6
4
"
,
"m-fm"
:
"0.0.30.09"
,
"m-user"
:
"0.0.62.48"
,
"m-home"
:
"0.0.23.90"
,
...
...
m-consultant/src/main/java/com/yidianling/consultant/ExpertSearchPresenter.kt
View file @
fa5eadeb
...
...
@@ -141,7 +141,7 @@ class ExpertSearchPresenter : SimplePresenter<IExpertSearchView>() {
specialityCrowd
.
add
(
it
.
key
)
}
val
specialityCrowdMap
=
HashMap
<
String
,
Any
>()
specialityCrowdMap
[
"in"
]
=
specialityCrowd
Map
specialityCrowdMap
[
"in"
]
=
specialityCrowd
filterMap
[
"doctor_tag_list.list.tag_id"
]
=
specialityCrowdMap
}
// 学历
...
...
@@ -157,16 +157,11 @@ class ExpertSearchPresenter : SimplePresenter<IExpertSearchView>() {
// 其它
if
(
allFilter
.
others
.
isNotEmpty
())
{
val
gender
=
ArrayList
<
String
?>()
// val bookIngStatusList = ArrayList<String>()
allFilter
.
others
.
forEach
{
when
(
it
.
key1
)
{
"gender"
->
{
gender
.
add
(
it
.
value1
)
}
// "booking_status" -> {
// bookIngStatusList.add("1")
// bookIngStatusList.add("2")
// }
else
->
{
filterMap
[
it
.
key1
]
=
it
.
value1
}
...
...
@@ -177,11 +172,6 @@ class ExpertSearchPresenter : SimplePresenter<IExpertSearchView>() {
genderMap
[
"in"
]
=
gender
filterMap
[
"gender"
]
=
genderMap
}
// if (bookIngStatusList.size>0){
// val bookStatusMap = HashMap<String, Any>()
// bookStatusMap["in"] = bookIngStatusList
// filterMap["booking_status"] = bookStatusMap
// }
}
map
[
"filter"
]
=
filterMap
...
...
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