Commit 025f9e58 authored by shiyl's avatar shiyl

修改之前的误操作

parent 9ca843dc
...@@ -50,7 +50,7 @@ class MyStaffActivity : BaseActivity<ActivityMyStaffBinding>(), IPersonalAccount ...@@ -50,7 +50,7 @@ class MyStaffActivity : BaseActivity<ActivityMyStaffBinding>(), IPersonalAccount
private fun requestAccountList() { private fun requestAccountList() {
val lifeAccountId = StorageUtil.getLifeAccountId() val lifeAccountId = StorageUtil.getLifeAccountId()
if (lifeAccountId.isNullOrBlank()) { if (!lifeAccountId.isNullOrBlank()) {
val paramsMap = HashMap<String, String?>() val paramsMap = HashMap<String, String?>()
paramsMap["life_account_id"] = lifeAccountId paramsMap["life_account_id"] = lifeAccountId
PersonalRemoteDataSource.getAccountList(this, paramsMap) PersonalRemoteDataSource.getAccountList(this, paramsMap)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment