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
2fa9d499
Commit
2fa9d499
authored
Nov 20, 2019
by
严久程
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
课程\fm
parent
f00a57bc
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
73 additions
and
56 deletions
+73
-56
config.gradle
config.gradle
+1
-1
CourseListContainerActivity.kt
m-course/src/main/java/com/yidianling/course/courseNew/courseList/CourseListContainerActivity.kt
+16
-8
CoursePlayActivity.kt
m-course/src/main/java/com/yidianling/course/coursePlay/CoursePlayActivity.kt
+3
-15
CoursePlayItemViewAudio.kt
m-course/src/main/java/com/yidianling/course/coursePlay/CoursePlayItemViewAudio.kt
+3
-9
CoursePlugin.kt
m-course/src/main/java/com/yidianling/course/flutterPlugin/CoursePlugin.kt
+1
-0
CoursePlayLifecycle.kt
m-course/src/main/java/com/yidianling/course/lifeCallback/CoursePlayLifecycle.kt
+7
-1
CourseItemNewView.kt
m-course/src/main/java/com/yidianling/course/widget/CourseItemNewView.kt
+39
-19
HPlayView.kt
m-course/src/main/java/com/yidianling/course/widget/HPlayView.kt
+1
-2
course_filter_popup_window.xml
m-course/src/main/res/layout/course_filter_popup_window.xml
+1
-1
FMDetailActivity.java
m-fm/src/main/java/com/yidianling/fm/FMDetailActivity.java
+1
-0
No files found.
config.gradle
View file @
2fa9d499
...
@@ -44,7 +44,7 @@ ext {
...
@@ -44,7 +44,7 @@ ext {
//第三步 若干
//第三步 若干
"m-confide"
:
"0.0.18"
,
"m-confide"
:
"0.0.18"
,
"m-consultant"
:
"0.0.25"
,
"m-consultant"
:
"0.0.25"
,
"m-course"
:
"0.0.1
1
"
,
"m-course"
:
"0.0.1
3
"
,
"m-fm"
:
"0.0.14"
,
"m-fm"
:
"0.0.14"
,
"m-muse"
:
"0.0.10"
,
"m-muse"
:
"0.0.10"
,
"m-tests"
:
"0.0.7"
,
"m-tests"
:
"0.0.7"
,
...
...
m-course/src/main/java/com/yidianling/course/courseNew/courseList/CourseListContainerActivity.kt
View file @
2fa9d499
...
@@ -129,7 +129,6 @@ class CourseListContainerActivity : BaseActivity(), PtrHandler, LoadMoreHandler
...
@@ -129,7 +129,6 @@ class CourseListContainerActivity : BaseActivity(), PtrHandler, LoadMoreHandler
search_view
.
setTextTitle
(
"搜索"
)
search_view
.
setTextTitle
(
"搜索"
)
init
()
init
()
loadData
()
initCouponHintView
()
initCouponHintView
()
setClick
()
setClick
()
...
@@ -195,7 +194,8 @@ class CourseListContainerActivity : BaseActivity(), PtrHandler, LoadMoreHandler
...
@@ -195,7 +194,8 @@ class CourseListContainerActivity : BaseActivity(), PtrHandler, LoadMoreHandler
NewH5Activity
.
start
(
this
@CourseListContainerActivity
,
h5Params
)
NewH5Activity
.
start
(
this
@CourseListContainerActivity
,
h5Params
)
}
}
}
}
getData
(
false
)
loadData
()
}
}
/**
/**
...
@@ -225,6 +225,9 @@ class CourseListContainerActivity : BaseActivity(), PtrHandler, LoadMoreHandler
...
@@ -225,6 +225,9 @@ class CourseListContainerActivity : BaseActivity(), PtrHandler, LoadMoreHandler
}
}
}
}
}
}
getData
(
false
)
if
(
selectedCourseList
.
size
>
0
)
{
if
(
selectedCourseList
.
size
>
0
)
{
classify_layout
.
typeface
=
Typeface
.
defaultFromStyle
(
Typeface
.
BOLD
)
classify_layout
.
typeface
=
Typeface
.
defaultFromStyle
(
Typeface
.
BOLD
)
classify_layout
.
setTextColor
(
classify_layout
.
setTextColor
(
...
@@ -536,12 +539,17 @@ class CourseListContainerActivity : BaseActivity(), PtrHandler, LoadMoreHandler
...
@@ -536,12 +539,17 @@ class CourseListContainerActivity : BaseActivity(), PtrHandler, LoadMoreHandler
iv_course_list_empty_view
.
visibility
=
View
.
GONE
iv_course_list_empty_view
.
visibility
=
View
.
GONE
v_loading
.
visibility
=
View
.
GONE
v_loading
.
visibility
=
View
.
GONE
}
else
{
}
else
{
lv_content
.
visibility
=
View
.
GONE
if
(
adapter
!!
.
count
>
0
)
{
tv_course_list_empty_prompt
.
visibility
=
View
.
VISIBLE
// hasMore = false
iv_course_list_empty_view
.
visibility
=
View
.
VISIBLE
load_more_list_view_container
.
loadMoreFinish
(
false
,
false
)
iv_course_list_empty_view
.
setImageResource
(
R
.
drawable
.
course_blank
)
}
else
{
tv_course_list_empty_prompt
.
text
=
"还没有相应的课程哦~"
lv_content
.
visibility
=
View
.
GONE
v_loading
.
visibility
=
View
.
GONE
tv_course_list_empty_prompt
.
visibility
=
View
.
VISIBLE
iv_course_list_empty_view
.
visibility
=
View
.
VISIBLE
iv_course_list_empty_view
.
setImageResource
(
R
.
drawable
.
course_blank
)
tv_course_list_empty_prompt
.
text
=
"还没有相应的课程哦~"
v_loading
.
visibility
=
View
.
GONE
}
}
}
},
{
throwable
->
},
{
throwable
->
v_loading
.
visibility
=
View
.
GONE
v_loading
.
visibility
=
View
.
GONE
...
...
m-course/src/main/java/com/yidianling/course/coursePlay/CoursePlayActivity.kt
View file @
2fa9d499
...
@@ -497,7 +497,6 @@ class CoursePlayActivity : BaseActivity() {
...
@@ -497,7 +497,6 @@ class CoursePlayActivity : BaseActivity() {
}
}
fun
showLoadingDialog
()
{
fun
showLoadingDialog
()
{
showProgressDialog
(
null
)
showProgressDialog
(
null
)
}
}
...
@@ -636,14 +635,11 @@ class CoursePlayActivity : BaseActivity() {
...
@@ -636,14 +635,11 @@ class CoursePlayActivity : BaseActivity() {
AudioPlayer
.
get
().
playMusic
?.
coverPath
=
courPlayBean
?.
courseExtra
?.
pic
AudioPlayer
.
get
().
playMusic
?.
coverPath
=
courPlayBean
?.
courseExtra
?.
pic
AudioPlayer
.
get
().
playMusic
?.
artist
=
courPlayBean
?.
courseExtra
?.
doctorName
AudioPlayer
.
get
().
playMusic
?.
artist
=
courPlayBean
?.
courseExtra
?.
doctorName
PlayerFloatHelper
.
playTempData
.
clear
()
val
hashMap
=
HashMap
<
String
,
String
>()
val
hashMap
=
HashMap
<
String
,
String
>()
hashMap
[
"course_id"
]
=
course_id
.
toString
()
hashMap
[
"course_id"
]
=
course_id
.
toString
()
PlayerFloatHelper
.
playTempData
.
putAll
(
hashMap
)
PlayerFloatHelper
.
playTempData
.
putAll
(
hashMap
)
// PlayerFloatHelper.show(
// this,
// playTypeEnum = PlayTypeEnum.PLAY_TYPE_COURSE,
// playData = hashMap
// )
}
}
...
@@ -655,14 +651,6 @@ class CoursePlayActivity : BaseActivity() {
...
@@ -655,14 +651,6 @@ class CoursePlayActivity : BaseActivity() {
var
status
=
Utils
.
getValue
(
videoView
,
"status"
)
var
status
=
Utils
.
getValue
(
videoView
,
"status"
)
//视频课程正在播放中
//视频课程正在播放中
if
(
status
==
PlayStateParams
.
STATE_PLAYING
)
{
if
(
status
==
PlayStateParams
.
STATE_PLAYING
)
{
//todo 视屏播放
// YDLMusicHelper.title = courPlayBean?.courseExtra?.title
// YDLMusicHelper.cover = courPlayBean?.courseExtra?.pic
// YDLMusicHelper.name = courPlayBean?.courseExtra?.doctorName
// YDLMusicHelper.isVideoPlaying = true
// YDLMusicHelper.playType = 1
// YDLMusicHelper.courseVideoUlr = (play_view as CoursePlayItemViewVideo).videoUrl
// YDLMusicHelper.course_id = courPlayBean?.courseExtra?.id!!.toInt()
VideoFloatHelper
.
setVideoInfo
(
VideoFloatHelper
.
setVideoInfo
(
course_id
.
toString
(),
course_id
.
toString
(),
...
@@ -702,9 +690,9 @@ class CoursePlayActivity : BaseActivity() {
...
@@ -702,9 +690,9 @@ class CoursePlayActivity : BaseActivity() {
}
}
override
fun
onDestroy
()
{
override
fun
onDestroy
()
{
super
.
onDestroy
()
videoView
?.
onDestroy
()
videoView
?.
onDestroy
()
play_view
?.
onDestroy
()
play_view
?.
onDestroy
()
play_view
=
null
play_view
=
null
super
.
onDestroy
()
}
}
}
}
m-course/src/main/java/com/yidianling/course/coursePlay/CoursePlayItemViewAudio.kt
View file @
2fa9d499
...
@@ -187,14 +187,7 @@ class CoursePlayItemViewAudio : RelativeLayout, PlayViewInterface {
...
@@ -187,14 +187,7 @@ class CoursePlayItemViewAudio : RelativeLayout, PlayViewInterface {
}
}
override
fun
onDestroy
()
{
override
fun
onDestroy
()
{
//释放播放器
playView
?.
onDestroy
()
if
(
AudioPlayer
.
get
().
isPlaying
)
{
playView
=
null
playView
?.
onDestroy
()
playView
=
null
AudioPlayer
.
get
().
stopPlayer
()
}
else
{
playView
?.
onDestroy
()
playView
=
null
}
}
}
}
}
\ No newline at end of file
m-course/src/main/java/com/yidianling/course/flutterPlugin/CoursePlugin.kt
View file @
2fa9d499
...
@@ -190,6 +190,7 @@ class CoursePlugin : MethodChannel.MethodCallHandler {
...
@@ -190,6 +190,7 @@ class CoursePlugin : MethodChannel.MethodCallHandler {
if
(
demoType
==
1
)
{
if
(
demoType
==
1
)
{
music
.
path
=
url
music
.
path
=
url
PlayerFloatHelper
.
playTempData
.
clear
()
val
hashMap
=
HashMap
<
String
,
String
>()
val
hashMap
=
HashMap
<
String
,
String
>()
hashMap
[
"course_id"
]
=
fileInfo
[
"courseId"
].
toString
()
hashMap
[
"course_id"
]
=
fileInfo
[
"courseId"
].
toString
()
AudioPlayer
.
get
().
singlePlay
(
music
)
AudioPlayer
.
get
().
singlePlay
(
music
)
...
...
m-course/src/main/java/com/yidianling/course/lifeCallback/CoursePlayLifecycle.kt
View file @
2fa9d499
...
@@ -3,6 +3,7 @@ package com.yidianling.course.lifeCallback
...
@@ -3,6 +3,7 @@ package com.yidianling.course.lifeCallback
import
android.app.Activity
import
android.app.Activity
import
android.app.Application
import
android.app.Application
import
android.os.Bundle
import
android.os.Bundle
import
android.text.TextUtils
import
com.ydl.media.audio.AudioPlayer
import
com.ydl.media.audio.AudioPlayer
import
com.ydl.media.view.PlayTypeEnum
import
com.ydl.media.view.PlayTypeEnum
import
com.ydl.media.view.PlayerFloatHelper
import
com.ydl.media.view.PlayerFloatHelper
...
@@ -26,7 +27,12 @@ class CoursePlayLifecycle : Application.ActivityLifecycleCallbacks {
...
@@ -26,7 +27,12 @@ class CoursePlayLifecycle : Application.ActivityLifecycleCallbacks {
AudioPlayer
.
get
().
stopPlayer
()
AudioPlayer
.
get
().
stopPlayer
()
}
else
{
}
else
{
PlayerFloatHelper
.
showIfPlaying
(
activity
!!
)
PlayerFloatHelper
.
showIfPlaying
(
activity
!!
)
PlayerFloatHelper
.
playingType
=
PlayTypeEnum
.
PLAY_TYPE_COURSE
if
(!
TextUtils
.
isEmpty
(
PlayerFloatHelper
.
playTempData
[
"course_id"
]))
{
PlayerFloatHelper
.
playingType
=
PlayTypeEnum
.
PLAY_TYPE_COURSE
}
if
(!
TextUtils
.
isEmpty
(
PlayerFloatHelper
.
playTempData
[
"fmId"
]))
{
PlayerFloatHelper
.
playingType
=
PlayTypeEnum
.
PLAY_TYPE_FM
}
}
}
}
}
...
...
m-course/src/main/java/com/yidianling/course/widget/CourseItemNewView.kt
View file @
2fa9d499
...
@@ -20,7 +20,6 @@ import com.ydl.webview.H5Params
...
@@ -20,7 +20,6 @@ import com.ydl.webview.H5Params
import
com.ydl.webview.NewH5Activity
import
com.ydl.webview.NewH5Activity
import
com.ydl.ydl_image.module.GlideApp
import
com.ydl.ydl_image.module.GlideApp
import
com.ydl.ydlcommon.utils.actionutil.ActionCountUtils
import
com.ydl.ydlcommon.utils.actionutil.ActionCountUtils
import
com.ydl.ydlcommon.utils.actionutil.BIConstants
import
com.yidianling.common.tools.RxImageTool
import
com.yidianling.common.tools.RxImageTool
import
com.yidianling.common.tools.ToastUtil
import
com.yidianling.common.tools.ToastUtil
import
com.yidianling.course.CourseConstants
import
com.yidianling.course.CourseConstants
...
@@ -73,8 +72,8 @@ class CourseItemNewView : ConstraintLayout {
...
@@ -73,8 +72,8 @@ class CourseItemNewView : ConstraintLayout {
}
}
GlideApp
.
with
(
mContext
)
GlideApp
.
with
(
mContext
)
.
load
(
headUrl
)
.
load
(
headUrl
)
.
into
(
iv_head
)
.
into
(
iv_head
)
tv_title
.
text
=
course
.
title
tv_title
.
text
=
course
.
title
if
(!
TextUtils
.
isEmpty
(
course
.
doctorName
))
{
if
(!
TextUtils
.
isEmpty
(
course
.
doctorName
))
{
...
@@ -136,15 +135,22 @@ class CourseItemNewView : ConstraintLayout {
...
@@ -136,15 +135,22 @@ class CourseItemNewView : ConstraintLayout {
iv_play
.
setOnClickListener
{
iv_play
.
setOnClickListener
{
playMedia
()
playMedia
()
ActionCountUtils
.
count
(
CourseBIConstants
.
CourseListEvent
.
POSITION_COURSE_LIST_AUDITION_CLICK
,
course
.
id
)
ActionCountUtils
.
count
(
CourseBIConstants
.
CourseListEvent
.
POSITION_COURSE_LIST_AUDITION_CLICK
,
course
.
id
)
}
}
tv_view_course
.
setOnClickListener
{
tv_view_course
.
setOnClickListener
{
if
(
TextUtils
.
equals
(
course
.
courseType
,
"1"
)
||
TextUtils
.
equals
(
course
.
courseType
,
"7"
)
||
TextUtils
.
equals
(
course
.
courseType
,
"6"
))
{
if
(
TextUtils
.
equals
(
course
.
courseType
,
"1"
)
||
TextUtils
.
equals
(
course
.
courseType
,
"7"
)
||
TextUtils
.
equals
(
course
.
courseType
,
"6"
)
)
{
ARouter
.
getInstance
()
ARouter
.
getInstance
()
.
build
(
"/course/play"
)
.
build
(
"/course/play"
)
.
withInt
(
"course_id"
,
course
.
id
.
toInt
())
.
withInt
(
"course_id"
,
course
.
id
.
toInt
())
.
navigation
()
.
navigation
()
}
else
{
}
else
{
val
h5Params
=
H5Params
(
CourseConstants
.
COURSE_DETAIL_H5
+
course
.
id
,
"课程详情"
)
val
h5Params
=
H5Params
(
CourseConstants
.
COURSE_DETAIL_H5
+
course
.
id
,
"课程详情"
)
NewH5Activity
.
start
(
mContext
,
h5Params
)
NewH5Activity
.
start
(
mContext
,
h5Params
)
...
@@ -164,7 +170,11 @@ class CourseItemNewView : ConstraintLayout {
...
@@ -164,7 +170,11 @@ class CourseItemNewView : ConstraintLayout {
}
}
}
}
if
(
TextUtils
.
equals
(
"1"
,
course
.
isPromotion
)
||
TextUtils
.
equals
(
"3"
,
course
.
isPromotion
))
{
if
(
TextUtils
.
equals
(
"1"
,
course
.
isPromotion
)
||
TextUtils
.
equals
(
"3"
,
course
.
isPromotion
)
)
{
tv_cu_xiao
.
visibility
=
View
.
VISIBLE
tv_cu_xiao
.
visibility
=
View
.
VISIBLE
if
(
TextUtils
.
equals
(
"1"
,
course
.
isPromotion
))
{
if
(
TextUtils
.
equals
(
"1"
,
course
.
isPromotion
))
{
if
(
course
.
promotionApplyFee
.
contains
(
"."
))
{
if
(
course
.
promotionApplyFee
.
contains
(
"."
))
{
...
@@ -181,7 +191,11 @@ class CourseItemNewView : ConstraintLayout {
...
@@ -181,7 +191,11 @@ class CourseItemNewView : ConstraintLayout {
if
(
course
.
isBuy
)
{
if
(
course
.
isBuy
)
{
tv_view_course
.
visibility
=
View
.
VISIBLE
tv_view_course
.
visibility
=
View
.
VISIBLE
if
(
TextUtils
.
equals
(
course
.
courseType
,
"1"
)
||
TextUtils
.
equals
(
course
.
courseType
,
"7"
)
||
TextUtils
.
equals
(
course
.
courseType
,
"6"
))
{
if
(
TextUtils
.
equals
(
course
.
courseType
,
"1"
)
||
TextUtils
.
equals
(
course
.
courseType
,
"7"
)
||
TextUtils
.
equals
(
course
.
courseType
,
"6"
)
)
{
tv_view_course
.
text
=
"立即听课"
tv_view_course
.
text
=
"立即听课"
}
else
{
}
else
{
tv_view_course
.
text
=
"查看课程"
tv_view_course
.
text
=
"查看课程"
...
@@ -201,7 +215,14 @@ class CourseItemNewView : ConstraintLayout {
...
@@ -201,7 +215,14 @@ class CourseItemNewView : ConstraintLayout {
tv_price_decimal
.
visibility
=
View
.
VISIBLE
tv_price_decimal
.
visibility
=
View
.
VISIBLE
if
(
TextUtils
.
isEmpty
(
course
.
originalApplyFee
)
||
TextUtils
.
equals
(
course
.
originalApplyFee
,
"0"
)
||
TextUtils
.
equals
(
course
.
originalApplyFee
,
"0.0"
)
||
TextUtils
.
equals
(
course
.
originalApplyFee
,
"0.00"
))
{
if
(
TextUtils
.
isEmpty
(
course
.
originalApplyFee
)
||
TextUtils
.
equals
(
course
.
originalApplyFee
,
"0"
)
||
TextUtils
.
equals
(
course
.
originalApplyFee
,
"0.0"
)
||
TextUtils
.
equals
(
course
.
originalApplyFee
,
"0.00"
)
)
{
tv_original_price
.
visibility
=
View
.
GONE
tv_original_price
.
visibility
=
View
.
GONE
}
else
{
}
else
{
tv_original_price
.
visibility
=
View
.
VISIBLE
tv_original_price
.
visibility
=
View
.
VISIBLE
...
@@ -221,20 +242,19 @@ class CourseItemNewView : ConstraintLayout {
...
@@ -221,20 +242,19 @@ class CourseItemNewView : ConstraintLayout {
PlayerFloatHelper
.
removeView
(
mContext
)
PlayerFloatHelper
.
removeView
(
mContext
)
}
}
val
music
=
Music
()
val
music
=
Music
()
music
.
title
=
course
.
title
music
.
title
=
course
.
title
music
.
artist
=
doctorName
music
.
artist
=
doctorName
music
.
coverPath
=
if
(!
TextUtils
.
isEmpty
(
course
.
image
))
course
.
image
else
course
.
pic
music
.
coverPath
=
if
(!
TextUtils
.
isEmpty
(
course
.
image
))
course
.
image
else
course
.
pic
PlayerFloatHelper
.
isCanClick
=
false
PlayerFloatHelper
.
isCanClick
=
false
if
(
course
.
demoType
==
1
)
{
if
(
course
.
demoType
==
1
)
{
PlayerFloatHelper
.
playingType
=
PlayTypeEnum
.
PLAY_TYPE_COURSE
music
.
path
=
course
.
demoFile
music
.
path
=
course
.
demoFile
val
hashMap
=
HashMap
<
String
,
String
>()
val
hashMap
=
HashMap
<
String
,
String
>()
hashMap
[
"course_id"
]
=
course
.
id
.
toString
()
PlayerFloatHelper
.
playTempData
.
clear
()
hashMap
[
"course_id"
]
=
course
.
id
.
toString
()
AudioPlayer
.
get
().
singlePlay
(
music
)
AudioPlayer
.
get
().
singlePlay
(
music
)
PlayerFloatHelper
.
show
(
PlayerFloatHelper
.
show
(
mContext
,
mContext
,
...
...
m-course/src/main/java/com/yidianling/course/widget/HPlayView.kt
View file @
2fa9d499
...
@@ -249,8 +249,8 @@ class HPlayView : RelativeLayout, OnPlayerEventListener {
...
@@ -249,8 +249,8 @@ class HPlayView : RelativeLayout, OnPlayerEventListener {
}
}
fun
onDestroy
()
{
fun
onDestroy
()
{
AudioPlayer
.
get
().
removeOnPlayEventListener
(
this
)
mContext
=
null
mContext
=
null
mHandler
=
null
mHandler
=
null
AudioPlayer
.
get
().
removeOnPlayEventListener
(
this
)
}
}
}
}
\ No newline at end of file
m-course/src/main/res/layout/course_filter_popup_window.xml
View file @
2fa9d499
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
android:background=
"@drawable/course_filter_select_nor"
android:background=
"@drawable/course_filter_select_nor"
android:gravity=
"center"
android:gravity=
"center"
android:orientation=
"vertical"
android:orientation=
"vertical"
android:text=
"
免费
"
android:text=
"
10元体验
"
android:textColor=
"@color/course_color_242424"
android:textColor=
"@color/course_color_242424"
android:textSize=
"14dp"
/>
android:textSize=
"14dp"
/>
...
...
m-fm/src/main/java/com/yidianling/fm/FMDetailActivity.java
View file @
2fa9d499
...
@@ -416,6 +416,7 @@ public class FMDetailActivity extends BaseActivity implements View.OnClickListen
...
@@ -416,6 +416,7 @@ public class FMDetailActivity extends BaseActivity implements View.OnClickListen
}
}
LogUtil
.
d
(
"fmDetail.id not equal "
+
fmDetail
.
getId
());
LogUtil
.
d
(
"fmDetail.id not equal "
+
fmDetail
.
getId
());
HashMap
<
String
,
String
>
map
=
new
HashMap
();
HashMap
<
String
,
String
>
map
=
new
HashMap
();
PlayerFloatHelper
.
Companion
.
getPlayTempData
().
clear
();
map
.
put
(
"fmId"
,
String
.
valueOf
(
fmDetail
.
getId
()));
map
.
put
(
"fmId"
,
String
.
valueOf
(
fmDetail
.
getId
()));
map
.
put
(
"fmTitle"
,
String
.
valueOf
(
fmDetail
.
getTitle
()));
map
.
put
(
"fmTitle"
,
String
.
valueOf
(
fmDetail
.
getTitle
()));
map
.
put
(
"fmAuthor"
,
String
.
valueOf
(
fmDetail
.
getAuthor
()));
map
.
put
(
"fmAuthor"
,
String
.
valueOf
(
fmDetail
.
getAuthor
()));
...
...
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