fix query follow up

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-18 15:27:56 +08:00
parent aee65b0a9c
commit 473515efc5

View File

@@ -148,7 +148,7 @@ class DynamicsController extends GetxController
var res = await DynamicsHttp.followUp();
if (res.isSuccess) {
upData.value = res.data;
if (upData.value.upList!.isEmpty) {
if (upData.value.upList.isNullOrEmpty) {
mid.value = -1;
}
} else {