fuwencai 1 vuosi sitten
vanhempi
commit
cff8e25310
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      entniche_new/src/service/customer/entiy.go

+ 1 - 1
entniche_new/src/service/customer/entiy.go

@@ -172,7 +172,7 @@ func (this *CustomerOperation) CList(searchCode string, isCliam int64, entUserId
 			}
 		}
 	}
-	if count < countLimit {
+	if count > countLimit {
 		count = countLimit
 	}
 	return cinfoarr, countLimit, count