|
@@ -118,7 +118,7 @@ class GroupCustomerListFragment : BaseFragment<FragmentGroupCustomerListBinding>
|
|
|
|
|
|
binding.nextPage.setOnClickListener {
|
|
|
|
|
|
- if (OASystem.groupOperationRequest.visitPNumber > OASystem.groupInfoGroupCustomerList.size) {
|
|
|
+ if (OASystem.groupInfoGroupCustomerList.size > OASystem.groupOperationRequest.visitPNumber) {
|
|
|
showMessage(resources.getString(R.string.visit_member_over_hint))
|
|
|
return@setOnClickListener
|
|
|
}
|