|
@@ -18,7 +18,6 @@ import androidx.recyclerview.widget.StaggeredGridLayoutManager
|
|
|
import com.pan_american.android.OASystem
|
|
|
import com.pan_american.android.R
|
|
|
import com.pan_american.android.base.BaseActivity
|
|
|
-import com.pan_american.android.base.BaseRequest
|
|
|
import com.pan_american.android.base.BaseResponse
|
|
|
import com.pan_american.android.base.ListAdapter
|
|
|
import com.pan_american.android.data.model.common.entity.SiftListItem
|
|
@@ -26,6 +25,7 @@ import com.pan_american.android.data.model.customer_resource.company_customer.ad
|
|
|
import com.pan_american.android.data.model.customer_resource.company_customer.entity.MarketCustomer
|
|
|
import com.pan_american.android.data.model.customer_resource.company_customer.entity.MarketCustomerListItem
|
|
|
import com.pan_american.android.data.model.customer_resource.company_customer.network.BatchAssignmentRequest
|
|
|
+import com.pan_american.android.data.model.customer_resource.company_customer.network.CompanyCustomerBaseDataRequest
|
|
|
import com.pan_american.android.data.model.customer_resource.company_customer.network.MarketCustomerRequest
|
|
|
import com.pan_american.android.data.model.customer_resource.company_customer.network.MarketCustomerResponse
|
|
|
import com.pan_american.android.data.model.customer_resource.company_customer.network.MarketCustomerSiftListResponse
|
|
@@ -273,7 +273,7 @@ class MarketCustomerActivity : BaseActivity<ActivityMarketCustomerBinding>() {
|
|
|
}
|
|
|
|
|
|
private fun initCustomerSiftList() {
|
|
|
- apiService.marketCustomerQuerySelectData(BaseRequest())
|
|
|
+ apiService.marketCustomerQuerySelectData(CompanyCustomerBaseDataRequest())
|
|
|
.enqueue(object : Callback<MarketCustomerSiftListResponse> {
|
|
|
override fun onResponse(
|
|
|
call: Call<MarketCustomerSiftListResponse>,
|